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