foc.color {RFOC} | R Documentation |
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)
Arguments
i |
index to list of focal rupture styles |
pal |
vector of colors |
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
Value
Color for plotting, either a name or HEX RGB
Author(s)
Jonathan M. Lees <jonathan.lees@unc.edu>
See Also
foc.icolor
Examples
fcolors=c("DarkSeaGreen", "cyan1","SkyBlue1" , "RoyalBlue" ,"GreenYellow","orange","red")
foc.color(3, fcolors)
[Package RFOC version 3.4-10 Index]