PTaxes: Plot P-T axis on CLVD

View source: R/PTaxes.R

PTaxesR Documentation

Plot P-T axis on CLVD

Description

Plot P-T axis on CLVD

Usage

PTaxes(strike, dip, rake)

Arguments

strike

strike

dip

dip

rake

rake

Details

Lower Hemisphere. Add PT axes on a moment tensor plot

Value

Side effects

Author(s)

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

See Also

doNonDouble, MapNonDouble

Examples


mo = list(n=1, m1=1.035675e+017, m2=-1.985852e+016,
m3=-6.198052e+014, m4=1.177936e+017, m5=-7.600627e+016, m6=-3.461405e+017)
moments = cbind(mo$n, mo$m1, mo$m2, mo$m3, mo$m4, mo$m5, mo$m6)
doNonDouble(moments)



RFOC documentation built on Sept. 8, 2023, 6:12 p.m.