powered by
Calculate the projection of the focal mechanism polygon
polyfoc(strike1, dip1, strike2, dip2, PLOT = FALSE, UP = TRUE)
strike of plane 1, degrees
dip of plane 1, degrees
dip of plane 2, degrees
logical, TRUE = add to plot
upper/lower hemisphere
List of coordinates of polygon
x-coordinates of polygon
y-coordinates of polygon
faultplane
# NOT RUN { MEC = SDRfoc(13,59,125, PLOT=FALSE) net() ply = polyfoc(MEC$az1, MEC$dip1, MEC$az2, MEC$dip2, PLOT = TRUE, UP = TRUE) # }
Run the code above in your browser using DataLab