ExampleGDP {voronoiTreemap} | R Documentation |
ExampleGDP
Description
An example data.frame using GDP data to demonstrate the voronoiTree package
Usage
data(ExampleGDP)
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
data("ExampleGDP")
head(ExampleGDP)
[Package voronoiTreemap version 0.2.0 Index]