krigsum {RGeostats} | 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 = "Ksum", 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 |
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 |
Decides whether or not the newly created variables will have their
locator defined or not. For more information, see |
The target Db where an estimated variable is added for each initial variable in the input file.