Personal themes, scales, palettes, and helpers for ggplot2. Package
inspired by ggthemes, including usage of ggthemes::theme_foundation
for ggkanlev::theme_kanlev_base
.
Package is only available on GitHub. To install use devtools
as follows:
r devtools::install_github("levikanwischer/ggkanlev")
Themes can be set at the global level (ggplot2::set_theme(ggkanlev::theme_kanlev_light())
) or
applied directly (p + ggkanlev::theme_kanlev_light()
where p
is a ggplot2
object).