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