Learn R Programming

GrimR (version 0.5)

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

Examples

Run this code
# NOT RUN {
plot(c(-1,1),c(-1,1))
pcirc(gcol = "black", border = "black", ndiv = 36)
# }

Run the code above in your browser using DataLab