Adds a circle to an existing plot
draw.circle(k=1, x0=0, y0=0, filled=FALSE, n=100, trim=0, alpha=0, ...)
The radius; defaults to one
Location of the center of the circle on the x axis
Location of the center of the circle on the y axis
If TRUE, the circle is drawn with 'polygons'; if FALSE (the default), lines is used instead
The number of points to place on the circumference
the number of rows to remove from both the start and end of the data.frame, and thereby from the circumference of the circle as well
Angle (in degrees) by which to rotate point coordinates. Only ever sensible if 'trim' is specified
Any further arguments to pass to lines() or polygon(), depending on the value of the 'filled' argument (see above)
plots the circle as spefied; also returns a data.frame with the specified information