Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

panel.circle

Circle Drawing


Description

A panel function for drawing circles.

Usage

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

panel.circle(0, 0, 10)

Rmisc

Rmisc: Ryan Miscellaneous

v1.5
GPL-3
Authors
Ryan M. Hope <rmh3093@gmail.com>
Initial release
2013-10-21

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.