simbool {RGeoS} | R Documentation |
Perform conditional and/or non conditional boolean simulations
simbool(dbin=NA, dbout, tokens, seed=232131, nb.average=1000, flag.stat = TRUE, background=NA, facies = 1, dilate = NA, theta.cste = 1, tmax = 100, radix = NA, modify.target = TRUE)
dbin |
The |
dbout |
The |
tokens |
The |
seed |
Seed used for the generation of random numbers |
nb.average |
Average number of objects to be deposited in the simulated (dilated) volume. |
flag.stat |
When TRUE, the stationary Poisson intensity used is passed as the argument 'theta.cste'. When FALSE, the Poisson intensity is read from the proportion variable for the first variable |
background |
Value assigned to the background |
facies |
Value assigned to the tokens |
dilate |
Vector giving the value of the Dilation Radius (in all space dimensions). |
theta.cste |
This parameter is used when flag.stat=TRUE. It gives the value of the theta intensity, constant over the whole (dilated) field. |
tmax |
Duration of the Boolean simulation iterative process |
radix |
Radix of the name given to the variables storing the results in the target Db. |
modify.target |
When TRUE, the simulation results are set as new target variables in the output DB. |
The target Db where the boolean simulation has been added.