plot_gem {genderstat}R Documentation

Plot Gender Empowerment Measure (GEM) for 15 Countries

Description

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.

Usage

plot_gem(data)

Arguments

data

A data frame containing the required metrics for GEM visualization.

Value

A ggplot object representing the bar chart of the GEM and other metrics.

Examples


data(real_data_GEM) # Load example dataset
plot_gem(real_data_GEM)


[Package genderstat version 0.1.3 Index]