plot_gpg_q4 {genderstat}R Documentation

Plot Gender Pay Gap for Fourth Quartile Countries

Description

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

Usage

plot_gpg_q4(data)

Arguments

data

A data frame containing the required metrics for GPG computation.

Value

A ggplot2 object visualizing the GPG for Q4 countries.

Examples

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


[Package genderstat version 0.1.3 Index]