项目作者: levikanwischer

项目描述 :
Personal themes for ggplot2
高级语言: R
项目地址: git://github.com/levikanwischer/ggkanlev.git
创建时间: 2020-12-30T00:43:17Z
项目社区:https://github.com/levikanwischer/ggkanlev

开源协议:

下载


ggkanlev | lifecycle

Personal themes, scales, palettes, and helpers for ggplot2. Package
inspired by ggthemes, including usage of ggthemes::theme_foundation
for ggkanlev::theme_kanlev_base.

Installation

Package is only available on GitHub. To install use devtools as follows:

r devtools::install_github("levikanwischer/ggkanlev")

Usage

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).

Themes