rotate.ppp | R Documentation |
Rotates a point pattern
## S3 method for class 'ppp'
rotate(X, angle=pi/2, ..., centre=NULL)
X |
A point pattern (object of class |
angle |
Angle of rotation. |
... |
Arguments passed to |
centre |
Centre of rotation.
Either a vector of length 2, or a character string
(partially matched to |
The points of the pattern, and the window of observation, are rotated about the origin by the angle specified. Angles are measured in radians, anticlockwise. The default is to rotate the pattern 90 degrees anticlockwise. If the points carry marks, these are preserved.
Another object of class "ppp"
representing the
rotated point pattern.
and \rolf
ppp.object
,
rotate.owin
X <- rotate(cells, pi/3)
# plot(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.