plot_gpg {genderstat}R Documentation

Plot Gender Pay Gap for Top 5 Countries

Description

Visualizes the Gender Pay Gap (GPG) for the top 5 countries based on their GPG.

Usage

plot_gpg(data)

Arguments

data

A data frame containing the required metrics for GPG computation.

Value

A ggplot2 object visualizing the GPG for the top 5 countries.

Examples

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



[Package genderstat version 0.1.3 Index]