plot_gii {genderstat} | R Documentation |
Plot Gender Inequality Index (GII) for Bottom 15 Countries
plot_gii(data)
data |
A data frame containing the required metrics for GII computation. |
A ggplot2 object visualizing the GII for the bottom 15 countries.
data(real_data_GII) # Load example dataset
plot_gii(real_data_GII)