A function for extracting the FFT discrete window from an lgcpPredict object.
# S3 method for lgcpPredict
discreteWindow(obj, inclusion = "touching", ...)
an lgcpPredict object
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
...