
Make a grouped, stacked or overlaid bar chart with plot_ly()
Source: R/barplot.R
interactive_barchart.RdDraws one bar trace per row of matrix, coloured and legended by row,
with columns along the x axis. Used by the barplot module, and by
interactive_count_barplot to render feature-annotation category
counts.
Usage
interactive_barchart(
matrix,
barmode = c("stack", "group", "overlay"),
ylab = "",
palette_name = COLORBLIND_PALETTE_NAME,
title = NULL
)