theme_gtb: ggplot2 theme for the WHO Global TB Report

View source: R/theme_gtb.R

theme_gtbR Documentation

ggplot2 theme for the WHO Global TB Report

Description

ggplot2 theme for the WHO Global TB Report

Usage

theme_gtb(base_size = 12, base_family = "", axis_text_size = 9)

Arguments

base_size

base font size, given in pts.

base_family

base font family

axis_text_size

font size for axis text in pts.

Author(s)

: Hazim Timimi

Examples

p <- ggplot(mtcars, aes(wt, mpg)) +
     geom_point() + facet_wrap(~ cyl)
print(p)
p2 <- p + theme_gtb()
print(p2)


glaziou/gtbreport documentation built on July 12, 2024, 5:05 p.m.