theme_kani: Theme inspired by fivethirtyeight.com plots + my color scheme

Description Usage Arguments Examples

Description

Theme inspired by the plots on http://fivethirtyeight.com.

Usage

1
theme_kani(base_size = 12, base_family = "Roboto")

Arguments

base_size

base font size

base_family

base font family

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
library(ggplot2)

ggplot(mtcars, aes(wt, mpg)) +
    geom_point() +
    labs(title = "This is a title",
         subtitle = "This is a subtitle") +
    scale_color_kani() +
    theme_kani()

## End(Not run)

kanishkamisra/kani documentation built on May 7, 2019, 10:39 a.m.