# NOT RUN {
## Map raw incidence rates
map_tb_burden()
# }
# NOT RUN {
#' ## Map raw incidence rates
map_tb_burden(year = 2014:2017, facet = "year")
## Map log10 scaled incidence rates
map_tb_burden(trans = "log10")
## Map percentage annual change in incidence rates
map_tb_burden(annual_change = TRUE)
## Find variables relating to mortality in the WHO dataset
search_data_dict(def = "mortality")
## Map mortality rates (exc HIV) - without progress messages
map_tb_burden(metric = "e_mort_exc_tbhiv_100k", verbose = FALSE)
## Can also use a discrete metric if one is available
map_tb_burden(metric = "g_whoregion", metric_label = "WHO world region")
# }
Run the code above in your browser using DataLab