methods.ppx
From spatstat v1.64-1
by Adrian Baddeley
Methods for Multidimensional Space-Time Point Patterns
Methods for printing and plotting a general multidimensional space-time point pattern.
- Keywords
- spatial
Usage
# S3 method for ppx
print(x, ...)
# S3 method for ppx
plot(x, ...)
# S3 method for ppx
unitname(x)
# S3 method for ppx
unitname(x) <- value
Arguments
- x
Multidimensional point pattern (object of class
"ppx"
).- …
Additional arguments passed to plot methods.
- value
Name of the unit of length. See
unitname
.
Details
These are methods for the generic functions
print
, plot
,
unitname
and unitname<-
for the class "ppx"
of multidimensional point patterns.
The print
method prints a description
of the point pattern and its spatial domain.
The unitname
method extracts the name of the unit of
length in which the point coordinates are expressed.
The unitname<-
method assigns the name of the unit of length.
Value
For print.ppx
the value is NULL
.
For unitname.ppx
an object of class "units"
.
See Also
Community examples
Looks like there are no examples yet.