scale_fill_flexoki_dark_distiller | R Documentation |
Creates a sequential fill gradient based on the Flexoki dark color palette
scale_fill_flexoki_dark_distiller(palette = "blue", direction = 1, ...)
palette |
Name of the color palette to use ("red", "orange", "yellow", "green", "cyan", "blue", "purple", "magenta") |
direction |
Sets the direction of the color scale (1 = default, -1 = reversed) |
... |
Additional arguments passed to scale_fill_gradientn() |
A sequential ggplot2 fill scale
library(ggplot2)
ggplot(faithfuld, aes(waiting, eruptions, fill = density)) +
geom_tile() +
scale_fill_flexoki_dark_distiller(palette = "blue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.