theme_flexoki_light | R Documentation |
Light Theme
theme_flexoki_light(base_size = 12, base_family = "mono", ...)
base_size |
base font size, given in pts. |
base_family |
base font family |
... |
additional parameters |
ggplot2 theme
ggplot2::mpg |>
ggplot2::ggplot() +
ggplot2::geom_point(ggplot2::aes(displ, hwy, colour = class)) +
scale_color_flexoki_d(palette = 'light') +
theme_flexoki_light()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.