Skip to contents

Provides basic ggplot2 graph with the following data on it :

population

the population curve (blue)

birth_rate

the birth rate curve (grey)

death_rate

the death_rate curve (black)

Usage

gph_hc_demogram(country)

Arguments

country

A string with the country name

Value

A highcharter graph

Examples

gph_hc_demogram("Switzerland")