plot_gii {genderstat}R Documentation

Plot Gender Inequality Index (GII) for Bottom 15 Countries

Description

Plot Gender Inequality Index (GII) for Bottom 15 Countries

Usage

plot_gii(data)

Arguments

data

A data frame containing the required metrics for GII computation.

Value

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

Examples

data(real_data_GII) # Load example dataset
plot_gii(real_data_GII)

[Package genderstat version 0.1.3 Index]