Learn R Programming

RFOC (version 3.4-6)

pcirc: Circle Plot

Description

Add a circle to a plot, with cross-hairs

Usage

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

Arguments

gcol

color of crosshairs

border

border color

ndiv

number of divisions for the circle

Value

no return values, used for side effects

See Also

net

Examples

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

# }

Run the code above in your browser using DataLab