theme_okpi
provides a ggplot2 theme formatted according to the
Oklahoma Policy Institute style guide for web, with sensible defaults,
and also inclusdes the OKPI fill and color scales.
Usage
theme_ojo(
base_size = 14,
base_family = "Roboto Mono",
base_line_size = 0.5,
base_rect_size = 0.5
)
Arguments
- base_size
The base font size to use; 14 is the default.
- base_family
The font family to use; Roboto Condensed is the default.
- base_line_size
The base line size to use; 0.5 is the default.
- base_rect_size
The base rect size to use; 0.5 is the default.