seismic.simu {RGeoS} | R Documentation |
Seismic CoSimulation
seismic.simu(db, model=model.input(),nbench = 0, nv2max = 1, flag.ks = FALSE, flag.sort = TRUE, flag.stat=FALSE, nbsimu = 1, seed = 321411, radix = NA, modify.target = TRUE)
db |
Grid containing the seismic information:
|
model |
The |
nbench |
The number of bench corresponds to the radius of the vertical neighborhood (center excluded) where neighborhood information must be selected. |
nv2max |
Maximum number of traces where the second variable is defined to be used in the neighborhood |
flag.ks |
When TRUE, the ordinary CoKriging is used; otherwise the Simple CoKriging is performed |
flag.sort |
When TRUE, the traces are processed by incresing distance to the traces where the first variable is defined |
flag.stat |
When TRUE< the final statistics are printed giving:
|
nbsimu |
Number of simnulations to be eprformed simultaneously |
seed |
Seed used for the generation of random numbers |
radix |
Radix of the name given to the variables storing the results in the target Db. |
modify.target |
When TRUE, the kriging results (estimation of both variables) are set as new target variables in the output DB. |
The Grid Db containing the two simulated variables.