powered by
## S3 method for class 'owin': shift(X, vec=c(0,0), ...)
"owin"
vec
shift
shift.ppp
rotate
affine
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