epi_plot: Epidemic Control Plot

View source: R/epi_plot.R

epi_plotR Documentation

Epidemic Control Plot

Description

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

Usage

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

Arguments

df

UNAIDS data frame loaded from load_unaids()

sel_cntry

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

Details

Use plot_epi_trends() instead.

Value

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

See Also

load_unaids()

Examples

 ## Not run: 
   df_unaids <- load_unaids(pepfar_only = FALSE)
   epi_plot(df_unaids)
   epi_plot(df_unaids, sel_cntry = "Lesotho")
   epi_plot(df_unaids, sel_cntry = c("South Africa", "Zambia", "Kenya", "Malawi"))

## End(Not run)


USAID-OHA-SI/mindthegap documentation built on Jan. 19, 2025, 3:16 a.m.