krigdgm {RGeostats} | R Documentation |
Block Kriging using Dicrete Gaussian Model
krigdgm(dbin, dbout, model = model.input(), neigh = neigh.input(), uc = c(""), mean = 0, rval = 0.9, flag.est = TRUE, flag.std = TRUE, flag.varz = FALSE, radix = "KrigDGM", modify.target = db.locmod())
dbin |
The |
dbout |
The |
model |
The |
neigh |
The |
uc |
The drift description. Use command |
mean |
Array containing the mean of each variable, used in the case of Simple (Co-)Kriging |
rval |
Change of support coefficient |
flag.est |
When TRUE, the estimation is required (at each target) |
flag.std |
When TRUE, the standard deviation of estimation is required (at each target) |
flag.varz |
When TRUE, the variance of the estimation is required (at each target) |
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 output Db where the requested variables are stored.