plot_gem {genderstat} | R Documentation |
Visualizes the Gender Empowerment Measure (GEM) along with other metrics such as female parliament seats, female professional positions, and female to male earned income ratio for 15 countries based on GEM.
plot_gem(data)
data |
A data frame containing the required metrics for GEM visualization. |
A ggplot object representing the bar chart of the GEM and other metrics.
data(real_data_GEM) # Load example dataset
plot_gem(real_data_GEM)