krimage {RGeoS} | R Documentation |
Image factorial kriging (monovariate)
krimage(dbgrid, model = model.input(), neigh = neigh.input(), uc = c("1"), mean = NA, cov.extract = NA, drift.extract = NA, radix = NA, modify.target = TRUE)
dbgrid |
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 |
cov.extract |
List of the basic covariance structures to be extracted |
drift.extract |
List of the drift basic components to be extracted |
radix |
Radix of the name given to the variables storing the results in the Db. |
modify.target |
When TRUE, the kriging results (estimation or standard deviation) are set as new target variables in the output DB. |
The data Db where the extracted variable has been added.