
shift(X, vec=c(0,0))
"ppp"
),
or a window (object of class "owin"
).shift.ppp
)
and windows (shift.owin
). The object is translated by the vector vec
.
shift.ppp
,
shift.owin
,
rotate
,
affine
data(cells)
X <- shift(cells, c(2,3))
plot(X)
# no discernible difference except coordinates are different
Run the code above in your browser using DataLab