A FoRTE specific color palette used for color-classification of disturbance severity treatments. 0% = "#000000", 45% = "#009E73", 65% = "#0072B2", and 85% = "#D55E00".

forte_colors()

Value

A vector of colors.

Details

Per the example below, forte_colors() can be used to define a custom palette that can then be used for plotting with other commands such as scale_fill_manual(), etc.

Examples

forte.pal <- forte_colors()