Skip to contents

This function creates epidemic control curves for "ALL PEPFAR" or selected OU's

Usage

epi_plot(sel_cntry = c("All PEPFAR"))

Arguments

sel_cntry

PEPFAR country to visualize ("ALL PEPFAR" as default or list OU names)

df

UNAIDS based data frame

Value

Epidemic control plot showing trends in new infections and total deaths to HIV population

Examples

 if (FALSE) { # \dontrun{
   epi_plot()
   epi_plot(sel_cntry = "Lesotho")
   epi_plot(sel_cntry = c("South Africa", "Zambia", "Kenya", "Malawi"))
   epi_plot(sel_cntry = "USA") #breaks with non-PEPFAR countries
} # }