| store.hclus | R Documentation | 
Add a cluster membership variable to the active dataset
## S3 method for class 'hclus'
store(dataset, object, nr_clus = 2, name = "", ...)
| dataset | Dataset to append to cluster membership variable to | 
| object | Return value from  | 
| nr_clus | Number of clusters to extract | 
| name | Name of cluster membership variable | 
| ... | Additional arguments | 
See https://radiant-rstats.github.io/docs/multivariate/hclus.html for an example in Radiant
hclus to generate results
summary.hclus to summarize results
plot.hclus to plot results
hclus(shopping, vars = "v1:v6") %>%
  store(shopping, ., nr_clus = 3) %>%
  head()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.