| circle | R Documentation |
Draws circle polygon.
circle(r, v = 1000, ...)
r |
Numeric scalar of circle radius. |
v |
Numeric scalar of vertex count (default = |
... |
Additional arguments passed to |
Draws a circle polygon of a given radius. The circle is drawn about the origin (i.e., x = 0, y = 0). Intended for use with template to generate detection and proportion plots.
No return value.
sector for plotting sector polygons.
template(l=1)
circle(r=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.