getHclust | R Documentation |
hclust
Extracts object of class hclust
as described in stats::hclust()
.
getHclust(object, ...)
## S4 method for signature 'Clustering'
getHclust(object, method_dist = "euclidean", method_aggl = "ward.D")
## S4 method for signature 'Analysis'
getHclust(
object,
method_dist = "eucldidean",
method_aggl = "ward.D",
stop_if_null = TRUE
)
## S4 method for signature 'ClusteringHclust'
getHclust(
object,
method_dist = "euclidean",
method_aggl = "ward.D",
stop_if_null = TRUE
)
object |
Any object for whose class a method has been defined. |
stop_if_null |
Logical value. If TRUE and the function does not find the object to extract an informative error is raised. Else the empty value - usually NULL - is returned. |
An object of class hclust.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.