Divergent colour scales
To be added
1 2 3 4 5 6 7 8 | scale_colour_divergent(..., low = "black", mid = "white",
high = "red", midpoint = 0, na.value = "grey50")
scale_color_divergent(..., low = "black", mid = "white",
high = "red", midpoint = 0, na.value = "grey50")
scale_fill_divergent(..., low = "black", mid = "white", high = "red",
midpoint = 0, na.value = "grey50")
|
... |
Arguments passed on to continuous_scale |
low |
lower boundary of scale. Name of one of knmf_colours or corresponding integer |
mid |
colour of midpoint. Any valid colour specyfication. |
high |
upper boundary of scale. Name of one of knmf_colours or corresponding integer |
midpoint |
to be added |
na.value |
to be added |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.