powered by
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 quadratcount Window(X, ...) # S3 method for tess Window(X, ...) # S3 method for layered Window(X, ...) # S3 method for distfun Window(X, ...) # S3 method for nnfun Window(X, ...) # S3 method for funxy Window(X, ...)
# S3 method for tess Window(X, ...)
# S3 method for layered Window(X, ...)
# S3 method for distfun Window(X, ...)
# S3 method for nnfun Window(X, ...)
# S3 method for funxy Window(X, ...)
An object of class "owin" (see owin.object) specifying an observation window.
"owin"
owin.object
A spatial object.
Ignored.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au, Rolf Turner rolfturner@posteo.net and Ege Rubak rubak@math.aau.dk.
These are methods for the generic function Window which extract the spatial window in which the object X is defined.
Window
X
Window, Window.ppp, Window.psp.
Window.ppp
Window.psp
A <- quadratcount(cells, 4) Window(A)
Run the code above in your browser using DataLab