Beachfoc {RFOC} | R Documentation |
Plots a focal mechanism in beachball style
Beachfoc(MEC, fcol = gray(0.9), fcolback = "white", ALIM = c(-1, -1, +1, +1))
MEC |
Mechanism Structure |
fcol |
color for the filled portion of the beachball |
fcolback |
color for the background portion of the beachball, default='white' |
ALIM |
Bounding box for beachball, default =c(-1, -1, +1, +1) |
Beachfoc is run after MEC is set using SDRfoc. Options for plotting the beachball in various modes are controlled by flags set in MEC
Used for its graphical side effect
Jonathan M. Lees <jonathan.lees@unc.edu>
K.~Aki and P.~G. Richards. newblock {em Quantitative seismology}. newblock University Science Books, Sausalito, Calif., 2nd edition, 2002. newblock Keiiti Aki, Paul G. Richards. ill. ; 26 cm.
CONVERTSDR, SDRfoc, justfocXY
MEC = SDRfoc(65,25,13, u=FALSE, ALIM=c(-1,-1, +1, +1), PLOT=TRUE) Beachfoc(MEC, fcol=MEC$fcol, fcolback="white")