m2tk {RFOC} | R Documentation |
Moment tensor to T-k
Description
Moment tensor to T-k
Usage
m2tk(m0)
Arguments
m0 |
moment tensor eigenvalues, sorted decending |
Details
Convert 3 eigen values of a moment tensor to T-k coordinates
Value
list(t, k)
Author(s)
Keehoon Kim<keehoon@live.unc.edu> Jonathan M. Lees<jonathan.lees@unc.edu>
References
Hudson
See Also
tk2uv, hudson.net, hudson.plot
Examples
v = c(2,-1,-1)
m2tk(v)
[Package RFOC version 3.4-10 Index]