plot_gpg_q3 {genderstat}R Documentation

Plot Gender Pay Gap for Third Quartile Countries

Description

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

Usage

plot_gpg_q3(data)

Arguments

data

A data frame containing the required metrics for GPG computation.

Value

A ggplot2 object visualizing the GPG for Q3 countries.

Examples

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


[Package genderstat version 0.1.3 Index]