powered by
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))
A data frame of n xy-coordinates.
Radius of the circle (default 1).
Number of xy coordinates defining the circle (default 100).
Mid point of the circle (default 0, 0).
circ <- sim_circle() plot(circ) circularity(circ) perimeter(circ)
Run the code above in your browser using DataLab