googleVis (version 0.7.1)

Population: Population: googleVis example data set

Description

Example data set to illustrate the use of the googleVis package.

Usage

data(Population)

Arguments

Format

A data frame with 195 observations on the following 7 variables.

Rank

a numeric vector with population ranking

Country

country name as character

Population

population

% of World Population

% of world population

Flag

html image-tag to wikipedia with country flag

Mode

logical test vector

Date

date test vector

Examples

Run this code
data(Population)
tbl <- gvisTable(Population)

if (FALSE) {
plot(tbl)
}

Run the code above in your browser using DataLab