Description Usage Arguments Value Examples
Generate a dendrogram with coloured bars representing each clustering result below. This function is derived from the plotDendroAndColors function found in the WGCNA package.
1 | plotStabilityDendro(object)
|
object |
An |
A dendrogram with coloured bars generated by R base graphics
1 2 3 4 5 | # Load clustered EMSet
em_set <- ascend::analyzed_set
# Plot stability dendrogram
plotStabilityDendro(em_set)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.