powered by
Example data set to illustrate the use of the googleVis package.
data(Fruits)
A data frame with 9 observations on the following 7 variables.
Fruit
a factor with levels Apples Bananas Oranges
Apples
Bananas
Oranges
Year
a numeric vector
Location
a factor with levels East West
East
West
Sales
Expenses
Profit
Date
a Date
data(Fruits) M <- gvisMotionChart(Fruits, idvar="Fruit", timevar="Year") if (FALSE) { plot(M) }
Run the code above in your browser using DataLab