Learn R Programming

RFOC (version 3.4-10)

foc.color: Get color of Focal Mechansim

Description

Based on the rake angle, focal styles are assigned an index and assigned a color by foc.color

Usage

foc.color(i, pal = 0)

Value

Color for plotting, either a name or HEX RGB

Arguments

i

index to list of focal rupture styles

pal

vector of colors

Author

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

Details

Since the colors used by focal programs are arbitrary, this routines allows one to change the coloring scheme easily.

foc.icolor returns an index that is used to get the color associated with that style of faulting

See Also

foc.icolor

Examples

Run this code

 fcolors=c("DarkSeaGreen", "cyan1","SkyBlue1" , "RoyalBlue" ,"GreenYellow","orange","red")
      foc.color(3, fcolors)

Run the code above in your browser using DataLab