## S3 method for class 'psp':
rescale(X, s)
"psp"
).s
times the old units."psp"
),
representing the same data, but expressed in the new units.affine
.rescale
. The spatial coordinates in the line segment 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 line segment pattern representing the same data but re-expressed in a different unit.
Mark values are unchanged.
units
,
affine
,
rotate
,
shift
data(copper)
X <- copper$Lines
X
# data are in km
# convert to metres
rescale(X, 1/1000)
Run the code above in your browser using DataLab