plot_gii_education {genderstat} | R Documentation |
Plot Secondary Education Participation for Bottom 15 Countries by Gender
plot_gii_education(data)
data |
A data frame containing the required metrics for GII computation. |
A ggplot2 object visualizing the secondary education participation for males and females in the bottom 15 countries.
data(real_data_GII) # Load example dataset
plot_gii_education(real_data_GII)