Description Usage Arguments Value Examples
Describe clusters
1 2 3 4 5 | as_cluster_desc(
x,
return = c("cluster", "super_cluster"),
super_cluster_details = FALSE
)
|
x |
Vector of numeric values ranging from 0 to 21 |
Labelled "factor"
1 2 3 4 5 6 7 8 9 10 | x <- 0:21
# Return clusters (0 to 21)
as_cluster_desc(x)
# Return super clusters (A to C)
as_cluster_desc(x,
return = "super_cluster")
# Return detailed super clusters
as_cluster_desc(x,
return = "super_cluster",
super_cluster_details = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.