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