krimage {RGeoS}R Documentation

Image filtering

Description

Image factorial kriging (monovariate)

Usage

krimage(dbgrid, 
model = model.input(), neigh = neigh.input(), 
uc = c("1"), mean = NA, 
cov.extract = NA, drift.extract = NA, 
radix = NA, modify.target = TRUE)

Arguments

dbgrid

The db-class grid structure containing the data file

model

The model-class structure containing the Model information

neigh

The neigh-class Image structure containing the Neighborhood information

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.

Value

The data Db where the extracted variable has been added.


[Package RGeoS version 9.1.1 Index]