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