rotawin | R Documentation |
Randomly rotates individual polygons around their centroids.
rotawin(ventana)
ventana |
A multiple-polygon window with the format |
rotawin
applies an independent random rotation to each of the polygons in a multiple-polygon owin
object.
rotawin
returns the original owin
object with the individual polygons randomly rotated.
Marcelino de la Cruz Rot
data(Astragalus)
plot(Astragalus)
plot(rotawin(Astragalus), add=TRUE, border=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.