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