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