circle {RPMG} | R Documentation |
circle coordinates
Description
generate circle coordinates for plotting
Usage
circle(n = 1, ang1=0)
Arguments
n |
number of points |
ang1 |
starting angle (degrees) |
Value
List
x |
coordinates |
y |
coordinates |
Author(s)
Jonathan M. Lees <jonathan.lees@unc.edu>
Examples
j = circle(26)
plot(j)
[Package RPMG version 2.2-7 Index]