window.lgcpPredict {lgcp} | R Documentation |
window.lgcpPredict function
Description
Accessor function returning the observation window from objects of class lgcpPredict
. Note that for
computational purposes, the window of an stppp
object will be extended to accommodate the requirement that
the dimensions must be powers of 2. The function window.lgcpPredict
returns the extended window.
Usage
## S3 method for class 'lgcpPredict'
window(x, ...)
Arguments
x |
an object of class lgcpPredict |
... |
additional arguments |
Value
returns the observation window used durign computation
See Also
[Package lgcp version 2.0 Index]