domain.quadrattest: Extract the Domain of any Spatial Object
Description
Given a spatial object such as a point pattern, in any number of dimensions,
this function extracts the spatial domain in which the object is defined.
Usage
# S3 method for quadrattest
domain(X, ...)
Value
A spatial object representing the domain of X.
Typically a window (object of class "owin"),
a three-dimensional box ("box3"), a multidimensional
box ("boxx") or a linear network ("linnet").
Arguments
X
A spatial object such as a point pattern (in any number
of dimensions), line segment pattern or pixel image.
...
Extra arguments. They are ignored by all the methods listed here.