scale_color_flexoki_b | R Documentation |
ggplot2
Binned 'Flexoki' Color Scales for ggplot2
scale_color_flexoki_b(palette = "red", ..., reverse = FALSE)
scale_fill_flexoki_b(palette = "red", ..., reverse = FALSE)
scale_colour_flexoki_b(palette = "red", ..., reverse = FALSE)
palette |
palette from |
... |
arguments passed on to |
reverse |
Should the vector be reversed? Default is |
A ggplot2::Scale
ggplot2::faithfuld |>
ggplot2::ggplot() +
ggplot2::geom_tile(ggplot2::aes(waiting, eruptions, fill = density)) +
scale_fill_flexoki_b(palette = 'red')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.