powered by
Draws a circle for a given radius at the specified center with the given color
Circle(radius = 1, origin = c(0, 0), col = 1, ...)
No value is returned
radius of the circle
Centre of the circle
Color od the circle
Aditional graphical parameters
Jose Luis Vicente Villardon
plot(0,0) Circle(1,c(0,0))
Run the code above in your browser using DataLab