Description Usage Arguments Value Examples
Plots Stability, Consecutive RI and Rand Index. This can be used to determine the optimal resolution of the clustering results.
1 | plotStability(object)
|
object |
An |
A line graph generated by ggplot2's geom_line function
1 2 3 4 5 | # Load example EMSet that has undergone processing
em_set <- ascend::analyzed_set
# Use function to plot stability scores
stability_plot <- plotStability(em_set)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.