plot_hdi {genderstat}R Documentation

Plot Human Development Index (HDI) for Bottom 15 Countries by Gender

Description

Plot Human Development Index (HDI) for Bottom 15 Countries by Gender

Usage

plot_hdi(data)

Arguments

data

A data frame containing the required metrics for GDI and HDI computation.

Value

A ggplot2 object visualizing the HDI for males and females in the bottom 15 countries.

Examples

data(real_data_GDI) # Load example dataset
plot_hdi(real_data_GDI)

[Package genderstat version 0.1.3 Index]