pnet {RFOC} | R Documentation |
plot stereonet
Description
Plots stereonet created by makenet
Usage
pnet(MN, add = FALSE, col = gray(0.7), border = "black", lwd = 1)
Arguments
MN |
Net strucutre created by makenet |
add |
TRUE= add to existing plot |
col |
color of lines |
border |
color for outside border |
lwd |
line width |
Value
Used Graphical Side Effects.
Author(s)
Jonathan M. Lees <jonathan.lees@unc.edu>
References
Snyder, John P., 1987, Map Projections-a working manual, USGS-Professional Paper, 383p. pages 185-186
See Also
net, pnet
Examples
MN = makenet()
pnet(MN)
[Package RFOC version 3.4-10 Index]