scale_color_flexoki_continuous | R Documentation |
Continuous Color Scale Using Flexoki Colors
scale_color_flexoki_continuous(palette = "red", ...)
palette |
Name of the color palette to use ("red", "orange", "yellow", "green", "cyan", "blue", "purple", "magenta") |
... |
Additional arguments passed to scale_color_gradientn() |
A continuous ggplot2 color scale
library(ggplot2)
ggplot(faithfuld, aes(waiting, eruptions, fill = density)) +
geom_tile() +
scale_color_flexoki_continuous(palette = "blue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.