hclust_table: Hierarchical clustering of contingency tables

Description Usage Arguments Value Examples

View source: R/clustering.R

Description

Applies Ward's agglomerative clustering to the rows or columns of the contingecy table.

Usage

1
hclust_table(table, dimension = 1)

Arguments

table

object of class "table".

dimension

integer. Whether to use rows (1) or columns (2). Default is 1.

Value

object of class hclust.

Examples

1
2

aczepielik/CrossTabCluster documentation built on June 19, 2020, 7:53 p.m.