draw_rink_circle: Draw a circle on the rink
Description
draw_rink_circle() draws a circle on the rink.
Usage
draw_rink_circle(x, y, r, n = 200, col = "black", lwd = 1)
Arguments
- x
numeric x coordinate of the circle center
- y
numeric y coordinate of the circle center
- r
numeric radius
- n
integer number of points used to approximate circle
- col
character color
- lwd
numeric line width