clustree::clustree() is used under the hood.
Usage
plot_clustree(
  cluster_list,
  params,
  prefix,
  title = deparse(substitute(cluster_list)),
  edge_arrow = FALSE,
  highlight_core = TRUE,
  ...
)Arguments
- cluster_list
 A named list of vectors.
- params
 A vector of clustering parameters (resolutions,
ks) in the same order ascluster_list.- prefix, edge_arrow, highlight_core, ...
 Passed to
clustree::clustree().- title
 A character scalar: plot title.