Skip to contents

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

Usage

data(CityPopularity)

Format

A data frame with 6 observations on the following 2 variables.

City

a factor with levels Boston Chicago Houston Los Angeles Miami New York

Popularity

a numeric vector

Examples

data(CityPopularity)
str(CityPopularity)
#> 'data.frame':	6 obs. of  2 variables:
#>  $ City      : Factor w/ 6 levels "Boston","Chicago",..: 6 1 5 2 4 3
#>  $ Popularity: num  200 300 400 500 600 700