Creates geom of a circle to be inserted into the graph

geom_navr_circle(center, radius, precision = 100, ...)

Arguments

center

circle center as a numeric(2) default: c(0,0)

radius

circle radius

precision

how many points will make the circle

...