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