Window.quadrattest: Extract Window of Spatial Object

View source: R/quadrattest.R

Window.quadrattestR 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 'quadrattest'
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 <- quadrat.test(cells, 4)
   Window(A)

spatstat.explore documentation built on Oct. 23, 2023, 1:07 a.m.