powered by
Plot a set of (azimuths, takeoff) angles on a stereonet.
qpoint(az, iang, col = 2, pch = 5, lab = "", POS = 4, UP = FALSE, PLOT = FALSE, cex = 1)
List
coordinate on plot
vector of azimuths, degrees
vector of incident angles, degrees
color
plotting character
text labels
position for labels
logical, TRUE=upper
logical, add to existing plot
character expansion of labels
Jonathan M. Lees<jonathan.lees@unc.edu>
The iang argument represents the takeoff angle, and is measured from the nadir (z-axis pointing down).
FixDip, focpoint
d = runif(10, 0, 90) a = runif(10, 0,360) net() qpoint(a, d)
Run the code above in your browser using DataLab