Learn R Programming

RFOC (version 3.4-10)

pnet: plot stereonet

Description

Plots stereonet created by makenet

Usage

pnet(MN, add = FALSE, col = gray(0.7), border = "black", lwd = 1)

Value

Used Graphical Side Effects.

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

Author

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

Run this code

MN = makenet()

  pnet(MN)

Run the code above in your browser using DataLab