Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Regions

Regions: googleVis example data set


Description

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

Usage

data(Regions)

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

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)

googleVis

R Interface to Google Charts

v0.6.10
GPL (>= 2)
Authors
Markus Gesmann [aut, cre], Diego de Castillo [aut], Joe Cheng [ctb], Ashley Baldry [ctb], Durey Ingeniería [ctb]
Initial release
2021-02-19

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.