discreteWindow.lgcpPredict {lgcp} | R Documentation |
discreteWindow.lgcpPredict function
Description
A function for extracting the FFT discrete window from an lgcpPredict object.
Usage
## S3 method for class 'lgcpPredict'
discreteWindow(obj, inclusion = "touching", ...)
Arguments
obj |
an lgcpPredict object |
inclusion |
criterion for cells being included into observation window. Either 'touching' or 'centroid'. The former includes all cells that touch the observation window, the latter includes all cells whose centroids are inside the observation window. |
... |
additional arguments |
Value
...
[Package lgcp version 2.0 Index]