powered by
rotate(X, angle=pi/2)
"ppp"
"owin"
X
rotate.ppp
rotate.owin
The angle of rotation is measured in radians, anticlockwise, and the centre of rotation is the origin.
library(spatstat) data(cells) X <- rotate(cells, pi/3) plot(X) plot(rotate(cells$window, pi/4))
Run the code above in your browser using DataLab