Learn R Programming

RFOC (version 3.4-6)

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
# NOT RUN {
v = c(2,-1,-1)
m2tk(v)
# }

Run the code above in your browser using DataLab