plot_gpg_q1 {genderstat} | R Documentation |
Visualizes the Gender Pay Gap (GPG) for countries in the top quartile (Q1) based on their GPG.
plot_gpg_q1(data)
data |
A data frame containing the required metrics for GPG computation. |
A ggplot2 object visualizing the GPG for Q1 countries.
data(real_data_GPG) # Load example dataset
plot_gpg_q1(real_data_GPG)