Draws a circle
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 circleorigin
: Centre of the circlecol
: Color od the circle...
: Aditional graphical parametersDraws 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))
Useful links