View source: R/visualization.R
plot_clustree | R Documentation |
clustree::clustree()
is used under the hood.
plot_clustree(
cluster_list,
params,
prefix,
title = deparse(substitute(cluster_list)),
edge_arrow = FALSE,
highlight_core = TRUE,
...
)
cluster_list |
A named list of vectors. |
params |
A vector of clustering parameters (resolutions, |
prefix , edge_arrow , highlight_core , ... |
Passed to |
title |
A character scalar: plot title. |
A ggplot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.