Fruits: Fruits: googleVis example data set

Description Usage Format Examples

Description

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

Usage

1

Format

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

Fruit

a factor with levels Apples Bananas Oranges

Year

a numeric vector

Location

a factor with levels East West

Sales

a numeric vector

Expenses

a numeric vector

Profit

a numeric vector

Date

a Date

Examples

1
2
3
4
5
6
7
data(Fruits)
M <- gvisMotionChart(Fruits, idvar="Fruit", timevar="Year")

## Not run: 
 plot(M)

## End(Not run)

jburos/GoogleVis documentation built on May 18, 2019, 9:19 p.m.