View source: R/module_plotDendrogram.R
plotDendrogram | R Documentation |
Function for plotting dendrogram
plotDendrogram(
dendrogram,
dendOrPhylo,
selectMetaColumn,
appendDendLabels,
colorsChosen,
cutHeightLines,
colorByLines,
colorByLabels,
removeDendDots,
cutHeightLabels,
boots,
pool
)
dendrogram |
dendrogram |
dendOrPhylo |
whether to plot leaves as hanging or not |
selectMetaColumn |
plotting dend and dots |
appendDendLabels |
column in metadata sqlite table to append to dend labels |
colorsChosen |
chosen colors for dend and dots |
cutHeightLines |
cutHeightLines |
colorByLines |
colorByLines |
colorByLabels |
colorByLabels |
removeDendDots |
removeDendDots |
cutHeightLabels |
cutHeightLabels |
boots |
plot bootstraps |
pool |
pool reactive |
plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.