Skip to contents

Performs hierarchical clustering to cluster results. Outputs result in list along with method used.

Usage

HClust(
  data,
  metric = c("euclidean", "manhattan", "pearsonCorrelation"),
  scale = FALSE,
  method = c("single", "complete", "average"),
  glabel = row.names(data),
  cutNumber = NULL,
  cutHeight = NULL,
  plot = TRUE
)

Arguments

plot

uses APAFunctions::plotClusterDendrogram(), defaults to TRUE