Created
December 1, 2017 09:29
-
-
Save seabbs/0242f1cf6d86ab38bd3583677d1849c1 to your computer and use it in GitHub Desktop.
Plot TB incidence in your country of interest using WHO data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install.packages("devtools") | |
devtools::install_github("seabbs/getTBinR") | |
getTBinR::plot_tb_burden(metric = "e_inc_100k", countries = "United Kingdom", facet = "country", interactive = TRUE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See more here