plot_gpg_q2 {genderstat}R Documentation

Plot Gender Pay Gap for Second Quartile Countries

Description

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

Usage

plot_gpg_q2(data)

Arguments

data

A data frame containing the required metrics for GPG computation.

Value

A ggplot2 object visualizing the GPG for Q2 countries.

Examples

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


[Package genderstat version 0.1.3 Index]