circle: Draw Circle Polygon

View source: R/circle.R

circleR Documentation

Draw Circle Polygon

Description

Draws circle polygon.

Usage

circle(r, v = 1000, ...)

Arguments

r

Numeric scalar of circle radius.

v

Numeric scalar of vertex count (default = 1000).

...

Additional arguments passed to polgyon.

Details

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.

Value

No return value.

See Also

sector for plotting sector polygons.

Examples


template(l=1)
circle(r=1)


LocaTT documentation built on June 14, 2026, 1:06 a.m.