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