Learn R Programming

RFOC (version 3.4-6)

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)

Arguments

az

degrees, azimuth of strike of plane

dip

degrees, dip

col

color of plane

UP

upper/lower hemisphere

PLOT

add to plot

Value

list of x,y coordinates of plane

Details

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

See Also

net

Examples

Run this code
# NOT RUN {
net()
lowplane(65,23)

# }

Run the code above in your browser using DataLab