Learn R Programming

RFOC (version 3.4-6)

GetRakeSense: Get Rake Sense

Description

Get the sense of the focal mechanism rake, from the U, V, P, T vectors

Usage

GetRakeSense(uaz, upl, vaz, vpl, paz, ppl, taz, tpl)

Arguments

uaz

Azimuth of U vector

upl

dip of U vector

vaz

Azimuth of V vector

vpl

dip of V vector

paz

Azimuth of P vector

ppl

dip of P vector

taz

Azimuth of T vector

tpl

dip of T vector

Value

1, 0 to make sure the region of the T-axis is shaded and the P-axis is blank.

See Also

GetRake

Examples

Run this code
# NOT RUN {

mc =CONVERTSDR(65,25,13)


angsense = GetRakeSense(mc$U$az, mc$U$dip, mc$V$az, mc$V$dip,mc$P$az, mc$P$dip,mc$T$az, mc$T$dip)


# }

Run the code above in your browser using DataLab