krigsum {RGeoS} | R Documentation |
Kriging under Constraints on the Sum
krigsum(dbin, dbout, model = model.input(), neigh = neigh.input(), uc = c("1"), mean = NA, flag.positive = 0, radix = NA, modify.target = TRUE)
dbin |
The |
dbout |
The |
model |
The |
neigh |
The |
uc |
The vector of strings describing the drift conditions |
mean |
Array containing the mean of each variable, used in the case of Simple (Co-)Kriging |
flag.positive |
When set to 1, each resulting thickness variable must be positive. Otherwise, negative answers are permitted too. |
radix |
Radix of the name given to the variables storing the results in the target Db. |
modify.target |
When TRUE, the kriging results (estimation or standard deviation) are set as new target variables in the output Db. |
The target Db where an estimated variable is added for each initial variable in the input file.