R/plots.R
my_sunburst.Rd
My Sunburst plot
my_sunburst(test, ...)
a dataframe with hierarchical structure
look for parameters in plot_ly
plot_ly
htmlwidget
# \donttest{ data(otutab) cbind(taxonomy, num = rowSums(otutab))[1:10, ] -> test if (requireNamespace("plotly")) { my_sunburst(test) } #> Loading required namespace: plotly # }