Prepare and Filter Path Data for Treemap Plot
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
|