plot_e0_hmd: The evolution of the life expectancy of a newborn

View source: R/plot_e0_hmd.R

plot_e0_hmdR Documentation

The evolution of the life expectancy of a newborn

Description

Graph of the evolution of the life expectancy of a male and female newborn. Data is downloaded from the Human Mortality Database (HMD). Therefore, only countries available in the HMD are visualized in this graph.

Usage

plot_e0_hmd(Country, username, password)

Arguments

Country

The set of countries.

username

The username of your HMD account.

password

The password of your HMD account.

Source

\hrefhttps://www.mortality.org/

Examples

## Not run: 
  Country   <- c("BE", "IT", "DE", "FR", "NL")
  username  <- ""
  password  <- ""
  plot_e0_hmd(Country, username, password)
## End(Not run)


RobbenJ/MultiMoMo documentation built on June 28, 2022, 9:29 p.m.