plot_gii_education {genderstat}R Documentation

Plot Secondary Education Participation for Bottom 15 Countries by Gender

Description

Plot Secondary Education Participation for Bottom 15 Countries by Gender

Usage

plot_gii_education(data)

Arguments

data

A data frame containing the required metrics for GII computation.

Value

A ggplot2 object visualizing the secondary education participation for males and females in the bottom 15 countries.

Examples

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

[Package genderstat version 0.1.3 Index]