grid.smoother {RGeoS}R Documentation

Image smoothing

Description

Image smoothing (monovariate)

Usage

grid.smoother(dbgrid, neigh = neigh.input(), 
radix = NA, modify.target = TRUE)

Arguments

dbgrid

The db-class grid structure containing the data file

neigh

The neigh-class Image structure containing the Neighborhood information

radix

Radix of the name given to the variables storing the results in the Db.

modify.target

When TRUE, the results 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]