A FoRTE specific color palette used for color-classification of disturbance severity treatments. 0% = "#000000", 45% = "#009E73", 65% = "#0072B2", and 85% = "#D55E00".
forte_colors()
A vector of colors.
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.
forte.pal <- forte_colors()