panel.circle | R Documentation |
A panel function for drawing circles.
panel.circle(x, y, r, segments = 50L, groups = NULL, ...)
x |
The x coordinate of the circle center |
y |
The y coordinate of the circle center |
r |
The radius of the circle |
segments |
The number of polygon segments used to create the circle |
groups |
A factor defining groups |
... |
Additional arguments passed to panel.polygon |
panel.circle(0, 0, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.