plot_ecdf-ConsensusPartition-method | R Documentation |
Plot the empirical cumulative distribution (eCDF) curve 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(golub_cola)
plot_ecdf(golub_cola["ATC", "skmeans"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.