summary.hclus: Summary method for the hclus function

summary.hclusR Documentation

Summary method for the hclus function

Description

Summary method for the hclus function

Usage

## S3 method for class 'hclus'
summary(object, ...)

Arguments

object

Return value from hclus

...

further arguments passed to or from other methods

Details

See https://radiant-rstats.github.io/docs/multivariate/hclus.html for an example in Radiant

See Also

hclus to generate results

plot.hclus to plot results

Examples

result <- hclus(shopping, vars = c("v1:v6"))
summary(result)


radiant.multivariate documentation built on Sept. 23, 2023, 9:06 a.m.