Plot Health Metrics for Admin 1 Units
Source:R/plot.health_system.R
plot.cd_health_system_metric.Rd
Plots individual health system indicators by admin 1 level and compares with national value or target.
Usage
# S3 method for class 'cd_health_system_metric'
plot(
x,
indicator = c("score_total", "score_infrastructure", "score_workforce",
"score_utilization", "ratio_fac_pop", "ratio_hstaff_pop", "ratio_bed_pop",
"ratio_opd_pop", "ratio_ipd_pop", "ratio_opd_u5_pop", "ratio_ipd_u5_pop"),
national_score = NULL,
target = NULL
)