my_sunburst: My Sunburst plot

my_sunburstR Documentation

My Sunburst plot

Description

My Sunburst plot

Usage

my_sunburst(test, ...)

Arguments

test

a dataframe with hierarchical structure

...

look for parameters in plot_ly

Value

htmlwidget

Examples


data(otutab)
cbind(taxonomy, num = rowSums(otutab))[1:10, ] -> test
if (requireNamespace("plotly")) {
  my_sunburst(test)
}


pcutils documentation built on June 26, 2024, 1:06 a.m.