Last chance! 50% off unlimited learning
Sale ends in
shift.owin(X, vec=c(0,0), ...)
"owin"
)."owin"
) representing the
result of applying the vector shift.vec
.
This is a method for the generic function shift
.shift
,
shift.ppp
,
rotate
,
affine
library(spatstat)
W <- owin(c(0,1),c(0,1))
X <- shift(W, c(2,3))
plot(W)
# no discernible difference except coordinates are different
Run the code above in your browser using DataLab