Description Usage Arguments Examples
retinal fill scale for ggplot2
1 2 3 4 5 6 7 | scale_fill_retinal(
palette = "aurora",
discrete = TRUE,
alpha = 1,
reverse = FALSE,
...
)
|
palette |
Choose from 'retinal_palettes' list |
discrete |
whether to use a discrete colour palette |
alpha |
pass through parameter to |
reverse |
If TRUE, the direction of the colours is reversed. |
... |
additional arguments to pass to scale_color_gradientn |
1 2 3 4 5 6 | library(ggplot2)
library(retinal)
ggplot(diamonds) +
geom_bar(aes(x = cut, fill = clarity)) +
scale_fill_retinal("victory_bonds")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.