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)
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
List
coordinate on plot
The iang argument represents the takeoff angle, and is measured from the nadir (z-axis pointing down).
FixDip, focpoint
# NOT RUN { d = runif(10, 0, 90) a = runif(10, 0,360) net() qpoint(a, d) # }
Run the code above in your browser using DataLab