Learn R Programming

RFOC (version 3.4-10)

lowplane: Plot one Fault plane on stereonet

Description

takes azimuth and dip and projects the greaat circle on the focla sphere

Usage

lowplane(az, dip, col = par("col"), UP = FALSE, PLOT = TRUE)

Value

list of x,y coordinates of plane

Arguments

az

degrees, azimuth of strike of plane

dip

degrees, dip

col

color of plane

UP

upper/lower hemisphere

PLOT

add to plot

Author

Jonathan M. Lees <jonathan.lees@unc.edu>

Details

Here azimuth is measured from North, and represents the actual strike of the fault line.

See Also

net

Examples

Run this code
net()
lowplane(65,23)

Run the code above in your browser using DataLab