Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

foc.icolor

Get Fault Style


Description

Use Rake Angle to determine style of faulting

Usage

foc.icolor(rake)

Arguments

rake

degrees, rake angle of fault plane

Details

The styles are determined by the rake angle

strikeslip abs(rake) <= 15.0 or abs((180.0 - abs(rake))) <= 15.0

rev-obl strk-slp (rake >= 15.0 and rake < 45) or (rake >= 135 and rake < 165)

oblique reverse (rake >= 45.0 and rake < 75) or (rake >= 105 and rake < 135)

reverse rake >= 75.0 and rake < 105.0

norm-oblq strkslp (rake < -15.0 and rake >= -45) or (rake < -135 and rake >= -165)

oblq norm (rake < -45.0 and rake >= -75) or (rake < -105 and rake >= -135)

normal rake < -75.0 and rake >= -105

Value

index (1-6)

Author(s)

Jonathan M. Lees <jonathan.lees@unc.edu>

See Also

foc.color

Examples

foc.icolor(25)

RFOC

Graphics for Spherical Distributions and Earthquake Focal Mechanisms

v3.4-6
GPL (>= 2)
Authors
Jonathan M. Lees [aut, cre], Keehoon Kim [ctb]
Initial release
2018-01-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.