plot_ecdf-ConsensusPartition-method {cola} | R Documentation |
Plot the empirical cumulative distribution curve (ECDF) of the consensus matrix
## S4 method for signature 'ConsensusPartition' plot_ecdf(object, ...)
object |
a |
... |
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.
Zuguang Gu <z.gu@dkfz.de>
See ecdf
for a detailed explanation of the empirical cumulative distribution function.
data(cola_rl) plot_ecdf(cola_rl["sd", "hclust"])