worldPop {animint2}R Documentation

World population by subcontinent

Description

World population data are used as a simple example on the polychart.js website, and so these data can be used to recreate that example using animint.

Usage

data(worldPop)

Format

A data frame with 294 observations on the following 4 variables.

subcontinent

factor: the subcontinent name

year

integer: year of measurement

population

integer: number of people in that subcontinent during that year

type

factor with levels actual estimate

Source

https://github.com/Polychart/polychart2/blob/master/example/population.coffee


[Package animint2 version 2024.1.24 Index]