Learn R Programming

RFOC (version 1.0-4)

net: EqualArea Stereonet

Description

Plot Equal Area Stereo-Net. Lambert azimuthal Equal-Area (Schmidt) from Snyder p. 185-186

Usage

net(add = FALSE, col = gray(0.7), border = "black", lwd = 1, LIM = c(-1, -1, +1, +1))

Arguments

add
logical, TRUE=add to existing plot
col
color of lines
border
color of outer rim of stereonet
lwd
linewidth of lines
LIM
bounding area for a new plot

Value

  • Used for graphical side effects

References

Snyder, John P., 1987, Map Projections-a working manual, USGS-Professional Paper, 383p. pages 185-186

See Also

pcirc

Examples

Run this code
net(FALSE, col=rgb(.8,.7,.7) ,border='blue' )

Run the code above in your browser using DataLab