Learn R Programming

radiant.multivariate (version 1.6.7)

summary.hclus: Summary method for the hclus function

Description

Summary method for the hclus function

Usage

# S3 method for 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

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

Run the code above in your browser using DataLab