Learn R Programming

RFOC (version 3.2)

tk2uv: Tk2uv

Description

Tk plot to u-v coordinate transformation

Usage

tk2uv(T, k)

Arguments

T
T-value
k
k-value

Value

  • List: u and v

Details

T and k come from moment tensor analysis.

References

Hudson

See Also

m2tk, hudson.net, hudson.plot

Examples

Run this code
v = c(2,-1,-1)
m = m2tk(v)
tk2uv(m$T, m$k)

Run the code above in your browser using DataLab