Learn R Programming

RFOC (version 3.4-10)

radiateSH: 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)

Value

Used for side graphical effect

Arguments

MEC

focal mechanism structure

SCALE

logical, TRUE=add scale

col

color palette

TIT

title for plot

Author

Jonathan M. Lees <jonathan.lees@unc.edu>

See Also

radSH, SDRfoc

Examples

Run this code
MEC =SDRfoc(65,25,13, u=FALSE, ALIM=c(-1,-1, +1, +1), PLOT=FALSE)
radiateSH(MEC, SCALE = FALSE, col = rainbow(100) , TIT = FALSE)

Run the code above in your browser using DataLab