hcm: Hierarchical Clustering

View source: R/hcm.h.R

hcmR Documentation

Hierarchical Clustering

Description

Hierarchical Clustering

Usage

hcm(
  data,
  podatki,
  imena,
  stand = TRUE,
  dis = "euclidean",
  method = "ward.D2",
  grp = "number",
  group = 2,
  hght = 15,
  case = FALSE,
  dend = FALSE,
  horiz = FALSE,
  heat = FALSE,
  pair = FALSE,
  width = 500,
  height = 500,
  width1 = 500,
  height1 = 500,
  width2 = 500,
  height2 = 500
)

Arguments

data

.

podatki

.

imena

.

stand

.

dis

.

method

.

grp

.

group

.

hght

.

case

.

dend

.

horiz

.

heat

.

pair

.

width

.

height

.

width1

.

height1

.

width2

.

height2

.

Value

A results object containing:

results$instructions a html
results$izpis a table
results$groups a table
results$plot an image
results$heat an image
results$pairs an image
results$clust an output

Tables can be converted to data frames with asDF or as.data.frame. For example:

results$izpis$asDF

as.data.frame(results$izpis)


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