Learn R Programming

RFOC (version 1.0-4)

radiateSV: Plot radiation pattern for SV-waves

Description

Plots focal mechanism and makes radiation plot with mark up

Usage

radiateSV(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

See Also

radSV, SDRfoc

Examples

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

Run the code above in your browser using DataLab