circle | R Documentation |
Return points on the unit circle in an anti-clockwise
direction. If L
is not specified n
points are
returned. If L
is specified, the same number of points are
returned as there are elements in L
, the interval between
successive points being proportional to L
.
circle(n = 12, L = NULL)
n |
Number of points |
L |
Intervals between points |
The cartesian coordinates of the points
David Sterratt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.