scale_fill_fermenter_custom | R Documentation |
A fermenter scale that accepts custom color palettes.
scale_fill_fermenter_custom(
pal,
na.value = "grey50",
guide = "coloursteps",
aesthetics = "fill",
...
)
pal |
A character vector of colors to be used for the palette |
na.value |
Color for NA values |
guide |
Type of guide for ggplot2::binned_scale to use |
aesthetics |
ggplot2 aesthetic type for the scale (e.g. "fill") |
... |
Addditional arguments passed to ggplot2::binned_scale |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.