plot_timing.Rd
Plot the elapsed time for each clustering method
plot_timing(res, method_colors = NULL, scaleMethod = NULL)
A data.frame with clustering results.
A named vector with colors to use for the different clustering methods. Can be NULL, in which case colors are chosen automatically.
Either NULL or one of the clustering methods in the result
data.frame. If not NULL, a plot will be generated where all elapsed times
are normalized by dividing with the time for scaleMethod
. If NULL,
this plot will not be generated.
A named list of ggplot2 objects
res <- clustering_summary_filteredExpr10_Koh_v1()
#> see ?DuoClustering2018 and browseVignettes('DuoClustering2018') for documentation
#> loading from cache
plots <- plot_timing(res)