scale_fill_gradient2 {INBOtheme} | R Documentation |
Selects the colours from the INBO style guide when the default text colour is INBObrown.
scale_fill_gradient2(..., low = INBOblue, high = INBOred, mid = "white", midpoint = 0, space = "Lab", na.value = "grey50", guide = "colourbar")
... |
Other arguments passed on to |
low |
Colour for the low end of the gradient |
high |
Colour for the high end of the gradient |
mid |
colour for mid point |
midpoint |
The midpoint (in data value) of the diverging scale. Defaults to 0. |
space |
colour space in which to calculate gradient. Must be "Lab" - other values are deprecated. |
na.value |
Colour to use for missing values |
guide |
Type of legend. Use |
Thierry Onkelinx, Oona Op de Weerdt, Nicole De Groof