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