paint_circle | R Documentation |
Draw a circle to an image
paint_circle(im, cy, cx, r, color)
im |
an image |
cy |
circle center x |
cx |
circle center y |
r |
circle radius |
color |
circle color |
an image
im = paint_circle(regatta, 100, 200, 20, 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.