/gtbreport

Utility functions, colour palettes and themes for the online Global TB Report

Primary LanguageROtherNOASSERTION

gtbreport

version 0.1.11

Utility functions, colour palettes and themes for the upcoming online Global TB Report.

Authors:

Philippe Glaziou, Hazim Timimi, Irwin Law

Examples:

ftb(23456)

[1] "23 500"

ftb(c(0.0359, 0.00036))

[1] "0.036" "<0.01"

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

print(p)

image

p2 <- p + theme_gtb()

print(p2)

image