powered by
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 of the circle.
Centre of the circle.
Color of the circle.
Additional graphical parameters.
No value is returned.
# NOT RUN { plot(0,0) Circle2(1,c(0,0)) # }
Run the code above in your browser using DataLab