View source: R/plot_treemaps.R
Plot Treemaps Given File Path Data
1 2 3 4 |
path_data |
data frame containing file path information 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
|
name |
name to be used in png file name if |
as_png |
if |
n_levels |
number of folder depth levels to be shown in the plots |
output_dir |
path to output directory if |
type |
passed to |
args_png |
list of arguments passed to |
n_biggest |
vector of integer, specifying the number(s) of biggest
folders (in terms of size and number of files) in which to "zoom into". The
position in the vector represents the folder depth. For example, if
|
depth |
current depth of recursion |
types |
type(s) of treeplots: one or both of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.