Learn R Programming

RFOC (version 1.0-4)

pnet: 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.

References

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

See Also

net, pnet

Examples

Run this code
MN = makenet()

  pnet(MN)

Run the code above in your browser using DataLab