## S3 method for class 'owin':
rescale(X, s)
"owin"
).s
times the old units."owin"
) representing the same
window, but expressed in the new units.affine
.rescale
. The spatial coordinates in the window 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 window representing the same region of space, but re-expressed in a different unit.
unitname
,
rescale
,
rescale.owin
,
affine
,
rotate
,
shift
data(swedishpines)
W <- swedishpines$window
W
# coordinates are in decimetres (0.1 metre)
# convert to metres
rescale(W, 10)
Run the code above in your browser using DataLab