scale_color_flexoki_d {flexoki} | R Documentation |
Discrete 'Flexoki' Color Scales for ggplot2
Description
Discrete 'Flexoki' Color Scales for ggplot2
Usage
scale_color_flexoki_d(palette = "dark", which = NULL, ..., reverse = FALSE)
scale_fill_flexoki_d(palette = "dark", which = NULL, ..., reverse = FALSE)
scale_colour_flexoki_d(palette = "dark", which = NULL, ..., reverse = FALSE)
Arguments
palette |
palette from |
which |
numeric indices of colors to use. |
... |
arguments passed on to |
reverse |
Should the vector be reversed? Default is |
Value
Examples
ggplot2::mpg |>
ggplot2::ggplot() +
ggplot2::geom_point(ggplot2::aes(displ, hwy, colour = class)) +
scale_color_flexoki_d(palette = 'dark')
ggplot2::mpg |>
ggplot2::ggplot() +
ggplot2::geom_point(ggplot2::aes(displ, hwy, fill = class),
pch = 23, color = 'transparent'
) +
scale_fill_flexoki_d(palette = 'light')
[Package flexoki version 0.0.1 Index]