panel.circle: Circle Drawing

Description Usage Arguments Examples

Description

A panel function for drawing circles.

Usage

1
panel.circle(x, y, r, segments = 50L, groups = NULL, ...)

Arguments

x

The x coordinate of the circle center

y

The y coordinate of the circle center

r

The radius of the circle

segments

The number of polygon segments used to create the circle

groups

A factor defining groups

...

Additional arguments passed to panel.polygon

Examples

1
panel.circle(0, 0, 10)

RyanHope/Rmisc documentation built on May 9, 2019, 10:38 a.m.