Rdocumentation
powered by
Learn R Programming
RFOC (version 3.2)
m2tk: Moment tensor to T-k
Description
Moment tensor to T-k
Usage
m2tk(m0)
Arguments
m0
moment tensor eigenvalues, sorted decending
Value
list(t, k)
Details
Convert 3 eigen values of a moment tensor to T-k coordinates
References
Hudson
See Also
tk2uv, hudson.net, hudson.plot
Examples
Run this code
v =
c
(
2
,-
1
,-
1
)
m2tk(v)
Run the code above in your browser using
DataLab