Description Usage Arguments Value
View source: R/scca_get_clusters.R
Produces for every observation a record with the label of the observation and the final for leaf cluster to which the observation has been assigned by scca_compute.
1 | scca_get_clusters(scca)
|
scca |
An SCCA analysis tree as output from a run of |
A tibble with 3 variables (columns)
The label of the case or observation
The id of the cluster to which the observation has been assigned.
The sequence of child numbers (seperated by '.') on the path from the top node to the leaf node
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.