Learn R Programming

voronoiTreemap (version 0.2.0)

ExampleGDP: ExampleGDP

Description

An example data.frame using GDP data to demonstrate the voronoiTree package

Usage

data(ExampleGDP)

Arguments

Format

A data frame with 42 rows and 6 variables:

h1

Name of first-level (redundant)

h2

Leaf names of second-level (continents)

h3

Leaf names of third-level values (countries)

color

colors in which the plot-regions will be filled

weight

GDP values in percent of the overall total

codes

short labels used for overlays in plotting

Examples

Run this code
# NOT RUN {
data("ExampleGDP")
head(ExampleGDP)
# }

Run the code above in your browser using DataLab