Window.rmhmodel: Extract Window of Spatial Object

View source: R/rmhmodel.R

Window.rmhmodelR Documentation

Extract Window of Spatial Object

Description

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.

Usage



 ## S3 method for class 'rmhmodel'
Window(X, ...)


Arguments

X

A spatial object.

...

Ignored.

Details

These are methods for the generic function Window which extract the spatial window in which the object X is defined.

Value

An object of class "owin" (see owin.object) specifying an observation window.

Author(s)

\spatstatAuthors

.

See Also

Window, Window.ppp, Window.psp.

owin.object

Examples

   A <- rmhmodel(cif='poisson', par=list(beta=10), w=square(2))
   Window(A)

spatstat.random documentation built on Oct. 22, 2023, 1:17 a.m.