plot_ecdf-ConsensusPartition-method: Plot the empirical cumulative distribution (eCDF) curve of...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

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

Usage

1
2
## 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

1
2
data(golub_cola)
plot_ecdf(golub_cola["ATC", "skmeans"])

cola documentation built on Nov. 8, 2020, 8:12 p.m.