## S3 method for class 'ppp':
rescale(X, s)
"ppp"
).s
times the old units."ppp"
),
representing the same data, but expressed in the new units.affine
.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.
Mark values are unchanged.
unitname
,
rescale
,
rescale.owin
,
affine
,
rotate
,
shift
# Bramble Canes data: 1 unit = 9 metres
data(bramblecanes)
# convert to metres
bram <- rescale(bramblecanes, 1/9)
Run the code above in your browser using DataLab