Window.tess | R Documentation |
Given a spatial object (such as a point pattern or pixel image) in two dimensions, these functions extract the window in which the object is defined.
## S3 method for class 'quadratcount'
Window(X, ...)
## S3 method for class 'tess'
Window(X, ...)
## S3 method for class 'layered'
Window(X, ...)
## S3 method for class 'distfun'
Window(X, ...)
## S3 method for class 'nnfun'
Window(X, ...)
## S3 method for class 'funxy'
Window(X, ...)
X |
A spatial object. |
... |
Ignored. |
These are methods for the generic function Window
which extract the spatial window in which the object X
is defined.
An object of class "owin"
(see owin.object
)
specifying an observation window.
.
Window
,
Window.ppp
,
Window.psp
.
owin.object
A <- quadratcount(cells, 4)
Window(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.