plot_gii_health {genderstat}R Documentation

Plot Health Indicators (Maternal Mortality and Adolescent Birth Rate) for Bottom 15 Countries

Description

Plot Health Indicators (Maternal Mortality and Adolescent Birth Rate) for Bottom 15 Countries

Usage

plot_gii_health(data)

Arguments

data

A data frame containing the required metrics for GII computation.

Value

A ggplot2 object visualizing maternal mortality and adolescent birth rate for the bottom 15 countries.

Examples

data(real_data_GII) # Load example dataset
plot_gii_health(real_data_GII)

[Package genderstat version 0.1.3 Index]