plot_gii_labor {genderstat}R Documentation

Plot Labor Force Participation for Bottom 15 Countries by Gender

Description

Plot Labor Force Participation for Bottom 15 Countries by Gender

Usage

plot_gii_labor(data)

Arguments

data

A data frame containing the required metrics for GII computation.

Value

A ggplot2 object visualizing the labor force participation for males and females in the bottom 15 countries.

Examples

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

[Package genderstat version 0.1.3 Index]