my_treemap {pcutils} | R Documentation |
My Treemap plot
Description
My Treemap plot
Usage
my_treemap(test, ...)
Arguments
test |
a three-columns dataframe with hierarchical structure |
... |
look for parameters in |
Value
htmlwidget
Examples
data(otutab)
cbind(taxonomy, num = rowSums(otutab))[1:10, c(4, 7, 8)] -> test
if (requireNamespace("treemap")) {
my_treemap(test)
}
[Package pcutils version 0.2.6 Index]