
Last chance! 50% off unlimited learning
Sale ends in
given azimuth and dip of fault mechanism, calculate and plot the fault plane.
faultplane(az, dip, col = par("col"), PLOT = TRUE, UP = FALSE,lwd=2, lty=1, ...)
list of points along fault plane
coordinates on focal sphere
coordinates on focal sphere
degrees, strike of the plane (NOT down dip azimuth)
degrees, dip from horizontal
color for line
option for adding to plot
upper or lower hemisphere
Line Width
Line Type
graphical parameters
Jonathan M. Lees <jonathan.lees@unc.edu>
Azimuth is the strike in degrees, not the down dip azimuth as described in other routines.
Beachfoc
gcol='black'
border='black'
ndiv=36
phi = seq(0,2*pi, by=2*pi/ndiv);
x = cos(phi);
y = sin(phi);
plot(x,y, type='n', asp=1)
lines(x,y, col=border)
lines(c(-1,1), c(0,0), col=gcol)
lines(c(0,0), c(-1,1), col=gcol)
faultplane(65, 34)
Run the code above in your browser using DataLab