Polt the focal mechanism polygon
Calculate the projection of the focal mechanism polygon
polyfoc(strike1, dip1, strike2, dip2, PLOT = FALSE, UP = TRUE)
strike1 |
strike of plane 1, degrees |
dip1 |
dip of plane 1, degrees |
strike2 |
strike of plane 1, degrees |
dip2 |
dip of plane 2, degrees |
PLOT |
logical, TRUE = add to plot |
UP |
upper/lower hemisphere |
List of coordinates of polygon
Px |
x-coordinates of polygon |
Py |
y-coordinates of polygon |
Jonathan M. Lees <jonathan.lees@unc.edu>
faultplane
MEC = SDRfoc(13,59,125, PLOT=FALSE) net() ply = polyfoc(MEC$az1, MEC$dip1, MEC$az2, MEC$dip2, PLOT = TRUE, UP = TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.