| Fruits {googleVis} | R Documentation |
Example data set to illustrate the use of the googleVis package.
data(Fruits)
A data frame with 9 observations on the following 7 variables.
Fruita factor with levels Apples Bananas Oranges
Yeara numeric vector
Locationa factor with levels East West
Salesa numeric vector
Expensesa numeric vector
Profita numeric vector
Datea Date
data(Fruits) M <- gvisMotionChart(Fruits, idvar="Fruit", timevar="Year") ## Not run: plot(M) ## End(Not run)