Plot Service Utilization Indicators
Source:R/plot.service_utlization.R
plot.cd_service_utilization.Rd
Visualizes service utilization over time from a cd_service_utilization
object.
Arguments
- x
A
cd_service_utilization
object created bycompute_service_utilization()
.- plot_type
One of:
"opd"
: OPD visits per person"ipd"
: IPD admissions per person"under5"
: Under-5 share of OPD and IPD"cfr"
: Case fatality rate (under-5 and total)"deaths"
: Proportion of deaths that are under-5
- region
Character description
Examples
if (FALSE) { # \dontrun{
plot(compute_service_utilization(dat), plot_type = "opd")
} # }