View source: R/plot_partition_agreement_omada.R View source: R/plot_partition_agreement.R
plot_partition_agreement | R Documentation |
Plot of partition agreement scores
Plot of partition agreement scores
plot_partition_agreement(object)
plot_partition_agreement(object)
object |
An object of class "clusterAnalysis" |
Plot of partition agreement scores
Plot of partition agreement scores
ms.object <- clusteringMethodSelection(toy_genes, method.upper.k = 3,
number.of.comparisons = 2)
plot_partition_agreement(ms.object)
oa.object <- omada(toy_genes, method.upper.k = 4)
plot_partition_agreement(oa.object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.