shclust: shclust

View source: R/shclust.R

shclustR Documentation

shclust

Description

Shiny app which allows to run a hierarchical cluster analysis with interactive choice of variables, distance, and agglomeration method.

Usage

shclust(data, xvar = character(0), ...)

Arguments

data

matrix or data.frame

xvar

character: names of selected variables for the clustering

...

unused

Value

nothing

Examples

if (interactive()) shclust(iris)

sigbertklinke/smvgraph documentation built on Dec. 10, 2022, 9:13 a.m.