View source: R/plot_stability.R
plot_stability | R Documentation |
Plot the stability of the clusterings obtained for each method
plot_stability(res, method_colors = NULL)
res |
A data.frame with clustering results. |
method_colors |
A named vector with colors to use for the different clustering methods. Can be NULL, in which case colors are chosen automatically. |
A named list of ggplot2
objects
Angelo Duo, Charlotte Soneson
res <- clustering_summary_filteredExpr10_Koh_v1()
plots <- plot_stability(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.