knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

TBtheme

The TBtheme is an other theme for ggplot2

Installation

You can install the latest version of the TBtheme packege from GitHub with:

# install.packages("devtools")
devtools::install_github("tbobin/TBtheme")

Example

All the colors

library(TBtheme)
library(ggplot2)

# current verison
packageVersion("TBtheme")

scales::show_col(tb_pal()(18))


tbobin/TBtheme documentation built on Nov. 22, 2019, 9:23 a.m.