## S3 method for class 'ppp':
shift(X, vec=c(0,0), ...)
"ppp"
)."ppp"
) representing the
result of applying the vector shift.vec
.
This is a method for the generic function shift
.shift
,
shift.owin
,
rotate
,
affine
data(cells)
X <- shift(cells, c(2,3))
plot(X)
# no discernible difference except coordinates are different
plot(cells, pch=16)
plot(shift(cells, c(0.03,0.03)), add=TRUE)
Run the code above in your browser using DataLab