| draw_rink_arc | R Documentation |
draw_rink_arc() draws an arc on the rink.
draw_rink_arc(cx, cy, r, theta1, theta2, n = 100, col = "black", lwd = 1)
cx |
numeric x coordinate of the circle center |
cy |
numeric y coordinate of the circle center |
r |
numeric radius |
theta1 |
numeric start angle of arc |
theta2 |
numeric end angle of arc |
n |
integer number of points used to approximate arc |
col |
character color |
lwd |
numeric line width |
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.