Plot Incidence Zambia -----------------------------

plot_incidence(
  start_date,
  end_date,
  provinces = NULL,
  districts = NULL,
  facet_by = "none",
  annualized = NULL,
  scramble = FALSE,
  output_type = "plot",
  quarters = FALSE
)

Arguments

start_date

starting date of the period to filter by

end_date

end date of the period to filter by

provinces

optional list of provinces to filter by

districts

optional list of districts to filter by

facet_by

optional argument to facet the resulting incidence plots by

annualized

optional argument to annualize incidence by multiplying case counts * 12

scramble

TRUE/FALSE should sensitive data be anonymized? Default it FALSE.

output_type

optional argument to output static plot -default-, interactive plot, or table

quarters

TRUE/FALSE should vertical lines delineate the quarters of each year? Default is FALSE.