Description Usage Arguments Value Examples
Applies Ward's agglomerative clustering to the rows or columns of the contingecy table.
1 | hclust_table(table, dimension = 1)
|
table |
object of class "table". |
dimension |
integer. Whether to use rows (1) or columns (2). Default is 1. |
object of class hclust.
1 2 | hclust_table(ksarakil)
hclust_table(israeli_survey, dimension = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.