agglomerateHierarchicalTrees | R Documentation |
Agglomerates hierarchical trees from a list of distance matrices.
agglomerateHierarchicalTrees(object, ...)
## S4 method for signature 'Clustering'
agglomerateHierarchicalTrees(
object,
methods_dist = "euclidean",
methods_aggl = "ward.D",
verbose = TRUE,
...
)
## S4 method for signature 'Analysis'
agglomerateHierarchicalTrees(
object,
methods_dist = methods_dist,
methods_aggl = methods_aggl,
verbose = verbose,
...
)
object |
Any object for whose class a method has been defined. |
... |
Additional arguments given to |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
The input object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.