| getClusterVarsKmeans | R Documentation | 
Extracts a data.frame that contains grouping variables according to clustering results.
getClusterVarsKmeans(object, ...)
## S4 method for signature 'Clustering'
getClusterVarsKmeans(
  object,
  ks,
  methods_kmeans = "Hartigan-Wong",
  prefix = "",
  naming = "{method_kmeans}_k{k}"
)
## S4 method for signature 'Analysis'
getClusterVarsKmeans(
  object,
  ks,
  methods_kmeans = "Hartigan-Wong",
  prefix = "",
  naming = "{method_kmeans}_k{k}"
)
object | 
 Any object for whose class a method has been defined.  | 
ks | 
 Numeric vector. Denotes all options for k-clusters. Values <1 are discarded. Is converted into an integer vector.  | 
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.