plot_epi_trends | R Documentation |
This function creates epidemic control curves for "ALL PEPFAR" or selected OU's
plot_epi_trends(df, sel_cntry = c("All PEPFAR"))
df |
UNAIDS data frame loaded from |
sel_cntry |
PEPFAR country to visualize ("ALL PEPFAR" as default or list OU names) |
Epidemic control plot showing trends in new infections and total deaths to HIV population
load_unaids()
## Not run:
df_unaids <- load_unaids(pepfar_only = FALSE)
plot_epi_trends(df_unaids)
plot_epi_trends(df_unaids, sel_cntry = "Lesotho")
plot_epi_trends(df_unaids, sel_cntry = c("South Africa", "Zambia", "Kenya", "Malawi"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.