powered by
A panel function for drawing circles.
panel.circle(x, y, r, segments = 50L, groups = NULL, ...)
The x coordinate of the circle center
The y coordinate of the circle center
The radius of the circle
The number of polygon segments used to create the circle
A factor defining groups
Additional arguments passed to panel.polygon
# NOT RUN { panel.circle(0, 0, 10) # }
Run the code above in your browser using DataLab