Learn R Programming

SmarterPoland (version 1.8.1)

countries: Birth and death rates, continent and population for selected countries

Description

Data from World Health Organization database http://apps.who.int/gho/data/view.main.CBDR2040. Based on the example from Grammar of Graphics by Leland Wilkinson.

Arguments

Author

Przemyslaw Biecek [based on WHO data]

Examples

Run this code
if (FALSE) {
	library(maps)
	data(countries)
	head(countries)
}

Run the code above in your browser using DataLab