Learn R Programming

RFOC (version 3.4-10)

pcirc: Circle Plot

Description

Add a circle to a plot, with cross-hairs

Usage

pcirc(gcol = "black", border = "black", ndiv = 36)

Value

no return values, used for side effects

Arguments

gcol

color of crosshairs

border

border color

ndiv

number of divisions for the circle

Author

Jonathan M. Lees <jonathan.lees@unc.edu>

See Also

net

Examples

Run this code
net()
pcirc(gcol = "green", border = "purple", ndiv = 36)

Run the code above in your browser using DataLab