pcirc {GrimR}R Documentation

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

Author(s)

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

Examples

plot(c(-1,1),c(-1,1))
pcirc(gcol = "black", border = "black", ndiv = 36)

[Package GrimR version 0.5 Index]