Learn R Programming

RplotterPkg (version 0.1.3)

gapminder_data: gapminder_data

Description

Based on gapminder::gapminder dataset, selects 10 year intervals and 4 continents. The "year" variable is defined as a factor and the "pop" variable is divided by 1e+6.

yearnumeric factor as 1952, 1972, 1992, 2002
poppopulation in units of 1e+6
continentfactor with 4 levels
lifeExplife expectancy at birth, in years

Usage

gapminder_data

Arguments

Format

An object of class data.table (inherits from data.frame) with 560 rows and 6 columns.