plot_gii_health {genderstat} | R Documentation |
Plot Health Indicators (Maternal Mortality and Adolescent Birth Rate) for Bottom 15 Countries
plot_gii_health(data)
data |
A data frame containing the required metrics for GII computation. |
A ggplot2 object visualizing maternal mortality and adolescent birth rate for the bottom 15 countries.
data(real_data_GII) # Load example dataset
plot_gii_health(real_data_GII)