plot_gdi {genderstat}R Documentation

Plot Gender Development Index (GDI) for Bottom 15 Countries

Description

Plot Gender Development Index (GDI) for Bottom 15 Countries

Usage

plot_gdi(data)

Arguments

data

A data frame containing the required metrics for GDI computation.

Value

A ggplot2 object visualizing the GDI for the bottom 15 countries.

Examples

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

[Package genderstat version 0.1.3 Index]