powered by
Based on the rake angle, focal styles are assigned an index and assigned a color by foc.color
foc.color(i, pal = 0)
Color for plotting, either a name or HEX RGB
index to list of focal rupture styles
vector of colors
Jonathan M. Lees <jonathan.lees@unc.edu>
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
foc.icolor
fcolors=c("DarkSeaGreen", "cyan1","SkyBlue1" , "RoyalBlue" ,"GreenYellow","orange","red") foc.color(3, fcolors)
Run the code above in your browser using DataLab