Skip to contents

This function creates a summary table showing OU progress toward the 95-95-95's

Usage

base_plot(sel_base, sel_cntry)

Arguments

sel_base

Returns one of 2 table types eg "PLHIV", "Relative"

sel_cntry

PEPFAR country to visualize (list OU name)

Value

df_tt

Examples

 if (FALSE) { # \dontrun{
   base_plot(sel_base = "PLHIV", sel_cntry = "Lesotho")
   base_plot(sel_base = "Relative", sel_cntry = "Lesotho")
} # }