custom.draw.circle {FRCC} | R Documentation |
Given a center, radius and color, this function draws a circle.
custom.draw.circle(x, y, r, col)
x |
X coordinate of the center |
y |
Y coordinate of the center |
r |
Radius of the circle |
col |
Color of the circle |
This function does not return a value, it just draws a circle.
Michael Bedward
http://www.r-bloggers.com/circle-packing-with-r/