Circle | R Documentation |
Draws a circle for a given radius at the specified center with the given color
Circle(radius = 1, origin = c(0, 0), col = 1, ...)
radius |
radius of the circle |
origin |
Centre of the circle |
col |
Color od the circle |
... |
Aditional 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)
Circle(1,c(0,0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.