plot_ecdf-ConsensusPartition-method.RdPlot the empirical cumulative distribution (eCDF) curve of the consensus matrix
# S4 method for ConsensusPartition
plot_ecdf(object, ...)A ConsensusPartition-class object.
Other arguments.
It plots eCDF curve for each k.
This function is mainly used in collect_plots and select_partition_number functions.
No value is returned.
See ecdf for a detailed explanation of the empirical cumulative distribution function.
data(golub_cola)
plot_ecdf(golub_cola["ATC", "skmeans"])