sim_circle | R Documentation |
Simulates xy coordinates for a circle of given radius. Created for package testing purposes, but might be useful for others.
sim_circle(r = 1, n = 100, mid = c(0, 0))
r |
Radius of the circle (default 1). |
n |
Number of xy coordinates defining the circle (default 100). |
mid |
Mid point of the circle (default 0, 0). |
A data frame of n xy-coordinates.
circ <- sim_circle()
plot(circ)
circularity(circ)
perimeter(circ)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.