Learn R Programming

voronoiTreemap (version 0.2.0)

canada: canada

Description

An example data.frame using Canadian Consumer Price Index (CPI) to demonstrate the voronoiTree package

Usage

data(canada)

Arguments

Format

A data frame with 247 rows and 5 variables:

h1

Name of first-level (region)

h2

Leaf names of second-level (elementary_aggregate)

h3

Leaf names of third-level values (intermediate_aggregate)

color

colors in which the plot-regions will be filled

weight

CPI in percent of the overall total

codes

NAs

Examples

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

Run the code above in your browser using DataLab