plot_gpg_q1 {genderstat}R Documentation

Plot Gender Pay Gap for First Quartile Countries

Description

Visualizes the Gender Pay Gap (GPG) for countries in the top quartile (Q1) based on their GPG.

Usage

plot_gpg_q1(data)

Arguments

data

A data frame containing the required metrics for GPG computation.

Value

A ggplot2 object visualizing the GPG for Q1 countries.

Examples

data(real_data_GPG) # Load example dataset
plot_gpg_q1(real_data_GPG)


[Package genderstat version 0.1.3 Index]