
Last chance! 50% off unlimited learning
Sale ends in
My Treemap plot
my_treemap(test, ...)
htmlwidget
a three-columns dataframe with hierarchical structure
look for parameters in plot_ly
# \donttest{
data(otutab)
cbind(taxonomy, num = rowSums(otutab))[1:10, c(4, 7, 8)] -> test
if (requireNamespace("treemap")) {
my_treemap(test)
}
# }
Run the code above in your browser using DataLab