hc: Clustering Dendrogram

View source: R/hc.h.R

hcR Documentation

Clustering Dendrogram

Description

Clustering Dendrogram

Usage

hc(
  mode,
  data,
  labels,
  vars,
  stand = TRUE,
  k = 2,
  metric = "euclidean",
  method = "ward.D2",
  type = "rectangle",
  plot = FALSE,
  horiz = FALSE,
  width = 500,
  height = 500,
  vars1,
  method1 = "average",
  nb = 100,
  dm = "correlation",
  plot1 = FALSE,
  width1 = 500,
  height1 = 500
)

Arguments

mode

.

data

The data as a data frame.

labels

.

vars

.

stand

.

k

.

metric

.

method

.

type

.

plot

.

horiz

.

width

.

height

.

vars1

.

method1

.

nb

.

dm

.

plot1

.

width1

.

height1

.

Value

A results object containing:

results$instructions a html
results$clust an output
results$plot an image
results$plot1 an image
results$text a preformatted

hyunsooseol/snowCluster documentation built on April 5, 2025, 2:06 a.m.