rescale.ppp: Convert Point Pattern to Another Unit of Length
Description
Converts a point pattern dataset to
another unit of length.
Usage
## S3 method for class 'ppp':
rescale(X, s)
Arguments
X
Point pattern (object of class "ppp").
s
Conversion factor: the new units are s times the old units.
Value
Another point pattern (of class "ppp"),
representing the same data, but expressed in the new units.
Note
The result of this operation is equivalent to the original point pattern.
If you want to actually change the coordinates by
a linear transformation, producing a point pattern that is not
equivalent to the original one, use affine.
Details
This is a method for the generic function rescale.
The spatial coordinates in the point pattern X
(and its window) will be re-expressed
in terms of a new unit of length that is s times the current
unit of length given in X.
(Thus, the coordinate values are divided by s,
while the unit value is multiplied by s).
The result is a point pattern representing the same data
but re-expressed in a different unit.