pcirc {RFOC} | 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>
See Also
net
Examples
net()
pcirc(gcol = "green", border = "purple", ndiv = 36)
[Package RFOC version 3.4-10 Index]