Learn R Programming

googleVis (version 0.4.4)

Regions: Regions: googleVis example data set

Description

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

Usage

data(Regions)

Arguments

Examples

Run this code
data(Regions)
Tree <- gvisTreeMap(Regions,  "Region", "Parent", "Val", "Fac",
                    options=list(width=600, height=500,
                                 showScale=TRUE, fontSize=16))
plot(Tree)

Run the code above in your browser using DataLab