methods.ppx | R Documentation |
Methods for printing and plotting a general multidimensional space-time point pattern.
## S3 method for class 'ppx'
print(x, ...)
## S3 method for class 'ppx'
plot(x, ...)
## S3 method for class 'ppx'
unitname(x)
## S3 replacement method for class 'ppx'
unitname(x) <- value
## S3 method for class 'ppx'
scale(x, center=TRUE, scale=TRUE)
x |
Multidimensional point pattern (object of class |
... |
Additional arguments passed to plot methods. |
value |
Name of the unit of length. See |
center , scale |
Arguments passed to |
These are methods for the generic functions
print
, plot
,
unitname
, unitname<-
and scale
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.
The scale
method rescales each spatial coordinate of x
.
For print.ppx
and plot.ppx
the value is NULL
.
For unitname.ppx
the value is an object of class "units"
.
For unitname<-.ppx
and scale.ppx
the value is another object of class "ppx"
.
.
ppx
,
unitname
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.