googleVis (version 0.6.2)

Fruits: Fruits: googleVis example data set

Description

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

Usage

data(Fruits)

Arguments

Format

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

Examples

Run this code
data(Fruits)
M <- gvisMotionChart(Fruits, idvar="Fruit", timevar="Year")

## Not run: 
#  plot(M)
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace