Learn R Programming

lgcp (version 1.0)

selectObsWindow.default: selectObsWindow...

Description

selectObsWindow.default function

Usage

## S3 method for class 'default':
selectObsWindow(xyt, cellwidth, ...)

Arguments

xyt
an object
cellwidth
size of the grid spacing in chosen units (equivalent to the cell width argument in lgcpPredict)
...
additional arguments

Value

  • this is the same as selectObsWindow.stppp

Details

Default method, note at present, there is only an implementation for stppp objects.

!!NOTE!! that this function also returns the grid ($xvals and $yvals) on which the FFT (and hence MALA) will be performed. It is useful to define spatialAtRiskobjects on this grid to prevent loss of information from the bilinear interpolation that takes place as part of the fitting algorithm.

See Also

spatialAtRisk selectObsWindow.stppp