radiateSH {RFOC} | R Documentation |
Plot radiation pattern for SH-waves
Description
Plots focal mechanism and makes radiation plot with mark up
Usage
radiateSH(MEC, SCALE = FALSE, col = col, TIT = FALSE)
Arguments
MEC |
focal mechanism structure |
SCALE |
logical, TRUE=add scale |
col |
color palette |
TIT |
title for plot |
Value
Used for side graphical effect
Author(s)
Jonathan M. Lees <jonathan.lees@unc.edu>
See Also
radSH, SDRfoc
Examples
MEC =SDRfoc(65,25,13, u=FALSE, ALIM=c(-1,-1, +1, +1), PLOT=FALSE)
radiateSH(MEC, SCALE = FALSE, col = rainbow(100) , TIT = FALSE)
[Package RFOC version 3.4-10 Index]