simsph {RGeostats} | R Documentation |
Gaussian Simulation in Spherical Coordinates
simsph(db, model = model.input(), seed = 232131, special=0, nbf = 100, nfmax = 10000, verbose = FALSE, radix = "Simu", modify.target = db.locmod())
db |
The |
model |
The |
seed |
Seed used for the generation of random numbers. When 0, the seed is not initialized. |
special |
Special option for constructing the covariance spectrum. It can be:
|
nbf |
Number of basic functions to be added to derive the simulation. |
nfmax |
Maximum number of frequencies to reproduce the Model |
verbose |
Verbose flag |
radix |
Radix of the name given to the variables storing the results in the target Db. |
modify.target |
Decides whether or not the newly created variables will have their
locator defined or not. For more information, see |
The input db-class
structure where the simulation
outcome has been added.