Description Usage Arguments Value See Also
This function requires data to have been dumped to disk: see ?dump2dir and ?setoutput. extract.lgcpPredict
extracts chunks of data that have been dumped to disk. The subset of data can either be specified using an (x,y,t,s) box or (window,t,s) region
where window is a polygonal subregion of interest.
1 2 3 |
obj |
an object of class lgcpPredict |
x |
range of x-indices: vector (eg c(2,4)) corresponding to desired subset of x coordinates. If equal to -1, then all cells in this dimension are extracted |
y |
range of y-indices as above |
t |
range of t-indices: time indices of interest |
s |
range of s-indices ie the simulation indices of interest |
inWindow |
an observation owin window over which to extract the data (alternative to specifying x and y). |
crop2parentwindow |
logical: whether to only extract cells inside obj$xyt$window (the 'parent window') |
... |
additional arguments |
extracted array
lgcpPredict, loc2poly, dump2dir, setoutput
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.