Learn R Programming

flexoki (version 0.0.1)

theme_flexoki_light: Light Theme

Description

Light Theme

Usage

theme_flexoki_light(base_size = 12, base_family = "mono", ...)

Value

ggplot2 theme

Arguments

base_size

base font size, given in pts.

base_family

base font family

...

additional parameters

Examples

Run this code
ggplot2::mpg |>
  ggplot2::ggplot() +
  ggplot2::geom_point(ggplot2::aes(displ, hwy, colour = class)) +
  scale_color_flexoki_d(palette = 'light') +
  theme_flexoki_light()

Run the code above in your browser using DataLab