Draws a circle.
Draws a circle for a given radius at the specified center with the given color.
Circle2(radius = 1, origin = c(0, 0), col = 1, ...)
radius |
Radius of the circle. |
origin |
Centre of the circle. |
col |
Color of the circle. |
... |
Additional graphical parameters. |
Draws a circle for a given radius at the specified center with the given color.
No value is returned.
Jose Luis Vicente-Villardon
plot(0,0) Circle2(1,c(0,0))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.