Window.rmhmodel {spatstat.random} | 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 'rmhmodel'
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.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au, Rolf Turner rolfturner@posteo.net and Ege Rubak rubak@math.aau.dk.
Window
,
Window.ppp
,
Window.psp
.
A <- rmhmodel(cif='poisson', par=list(beta=10), w=square(2))
Window(A)