Learn R Programming

RFOC (version 3.4-10)

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)

Value

MEC structure

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

Author

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

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