selectObsWindow.default: selectObsWindow.default function

View source: R/selectObsWindow.R

selectObsWindow.defaultR Documentation

selectObsWindow.default function

Description

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

Usage

## Default S3 method:
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

Details

!!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.

Value

this is the same as selectObsWindow.stppp

See Also

spatialAtRisk selectObsWindow.stppp


lgcp documentation built on Oct. 3, 2023, 5:08 p.m.