This function is used to generate point locations in circleplot; but can also be useful for adding furter points and labels to an existing plot.
make.circle(n, alpha, k)
The number of points to place on the circumference
Angle (in degrees) by which to rotate point coordinates. Defaults to 22.91 (0.4 radians)
The radius; defaults to one
Returns a data.frame with x & y coordinates, as well as the angle (in radians) of that point from the origin.