View source: R/plot_treemaps.R
Prepare and Filter Path Data for Treemap Plot
1 | prepare_for_treemap(path_data, root_path = "", variable = "size", ...)
|
path_data |
data frame as returned by |
root_path |
path to the folder that contains all paths to be considered.
By setting the root path to "/path/to/root" you can "zoom into" the
treeplot, showing the contents below "/path/to/root" only. If
|
variable |
name(s) of variable(s) to be selected. Default: "size" |
... |
further arguments passed to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.