Learn R Programming

RFOC (version 3.4-10)

PTaxes: Plot P-T axis on CLVD

Description

Plot P-T axis on CLVD

Usage

PTaxes(strike, dip, rake)

Value

Side effects

Arguments

strike

strike

dip

dip

rake

rake

Author

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

Details

Lower Hemisphere. Add PT axes on a moment tensor plot

See Also

doNonDouble, MapNonDouble

Examples

Run this code

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)


Run the code above in your browser using DataLab