methods.boxx
From spatstat v1.52-1
by Adrian Baddeley
Methods for Multi-Dimensional Box
Methods for class "boxx"
.
Usage
# S3 method for boxx
print(x, ...)
# S3 method for boxx
unitname(x)
# S3 method for boxx
unitname(x) <- value
Arguments
- x
Object of class
"boxx"
representing a multi-dimensional box.- …
Other arguments passed to
print.default
.- value
Name of the unit of length. See
unitname
.
Details
These are methods for the generic functions
print
and unitname
for the class "boxx"
of multi-dimensional boxes.
The print
method prints a description of the box,
while the unitname
method extracts the name of the unit of
length in which the box coordinates are expressed.
Value
For print.boxx
the value is NULL
.
For unitname.boxx
an object of class "units"
.
See Also
Examples
# NOT RUN {
X <- boxx(c(0,10),c(0,10),c(0,5),c(0,1), unitname=c("metre", "metres"))
X
unitname(X)
# Northern European usage
unitname(X) <- "meter"
# }
Community examples
Looks like there are no examples yet.