Learn R Programming

RFOC (version 1.0-4)

SDRfoc: Plot a Focal Mechanism from SDR

Description

Given Strike-Dip-Rake plot a focal mechanism

Usage

SDRfoc(s, d, r, u = FALSE, ALIM = c(-1, -1, +1, +1), PLOT = TRUE)

Arguments

s
strike, degrees
d
dip, degrees
r
rake, degrees
u
logical, TRUE=upper hemisphere
ALIM
bounding box on plot
PLOT
logical, TRUE=add to plot

Value

  • MEC structure

Details

The ALIM vector allows one to zoom into portions of the focal mechanism for details when points are tightly clustered.

See Also

CONVERTSDR

Examples

Run this code
M = SDRfoc(-25, 34, 16,u = FALSE, ALIM = c(-1, -1, +1, +1), PLOT=TRUE)

Run the code above in your browser using DataLab