powered by
Helper function to draw a circle
circle_points(center = c(0, 0), diameter = 1, npoints = 61)
Vector with x and y coordinate of center
Diameter of circle
Number of points used for drawing a circle
Dataframe with x and y coordinates to draw a circle