powered by
shift.im(X, vec=c(0,0), ...)
"im"
vec
shift
require(spatstat) # make up an image X <- setcov(unit.square()) plot(X) Y <- shift(X, c(10,10)) plot(Y) # no discernible difference except coordinates are different
Run the code above in your browser using DataLab