paint_arc | R Documentation |
Draw an arc to an image
paint_arc(im, cy, cx, r, w, t1, t2, color)
im |
an image |
cy |
arc center x |
cx |
arc center y |
r |
arc radius |
w |
arc width |
t1 |
angle (start) in radius |
t2 |
angle (end) in radius |
color |
circle color |
an image
im = paint_arc(regatta, 200, 300, 100, 10, 0, pi, c(1, 0.2, 0.2)) plot(im)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.