plot_partition_agreement: Plot of partition agreement scores

View source: R/plot_partition_agreement_omada.R View source: R/plot_partition_agreement.R

plot_partition_agreementR Documentation

Plot of partition agreement scores

Description

Plot of partition agreement scores

Plot of partition agreement scores

Usage

plot_partition_agreement(object)

plot_partition_agreement(object)

Arguments

object

An object of class "clusterAnalysis"

Value

Plot of partition agreement scores

Plot of partition agreement scores

Examples

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)

BioSok/omada documentation built on Aug. 21, 2023, 2:38 p.m.