plot_ecdf-ConsensusPartition-method {cola}R Documentation

Plot the empirical cumulative distribution curve (ECDF) of the consensus matrix

Description

Plot the empirical cumulative distribution curve (ECDF) of the consensus matrix

Usage

## S4 method for signature 'ConsensusPartition'
plot_ecdf(object, ...)

Arguments

object

a ConsensusPartition-class object.

...

other arguments.

Details

It plots ECDF curve for each k.

This function is mainly used in collect_plots and select_partition_number functions.

Value

No value is returned.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

See Also

See ecdf for a detailed explanation of the empirical cumulative distribution function.

Examples

data(cola_rl)
plot_ecdf(cola_rl["sd", "hclust"])

[Package cola version 1.0.0 Index]