plot_e0_hmd | R Documentation |
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.
plot_e0_hmd(Country, username, password)
Country |
The set of countries. |
username |
The username of your HMD account. |
password |
The password of your HMD account. |
\hrefhttps://www.mortality.org/
## Not run: Country <- c("BE", "IT", "DE", "FR", "NL") username <- "" password <- "" plot_e0_hmd(Country, username, password) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.