Regions: Regions: 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 11 observations on the following 4 variables.

Region

a factor with levels America, Asia ...

Parent

parent region identifier

Val

a numeric vector

Fac

a numeric vector

Examples

1
2
3
4
5
6
7
8
data(Regions)
Tree <- gvisTreeMap(Regions,  "Region", "Parent", "Val", "Fac",
                    options=list(width=600, height=500,
                                 showScale=TRUE, fontSize=16))
## Not run: 
plot(Tree)

## End(Not run)

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