clusterData: Hierarchical clustering of data

View source: R/data_functions.R

clusterDataR Documentation

Hierarchical clustering of data

Description

Hierarchical clustering of data

Usage

clusterData(
  data,
  method = "hclust",
  rows = NULL,
  cols = NULL,
  inf = NULL,
  na = NULL,
  ...
)

Arguments

data

matrix or dataframe

method

hclust

rows

cluster rows

cols

cluster columns

inf

handling of non-finite values

na

handling of missing values

...

Value

clust


AlexanderKirchmair/datamisc documentation built on June 13, 2025, 5:26 a.m.