getClusterVarsPam | R Documentation |
Extracts a data.frame that contains grouping variables according to clustering results.
getClusterVarsPam(object, ...)
## S4 method for signature 'Clustering'
getClusterVarsPam(
object,
ks,
methods_pam = "euclidean",
prefix = "",
naming = "{method_pam}_k{k}"
)
## S4 method for signature 'Analysis'
getClusterVarsPam(
object,
ks,
methods_pam = "euclidean",
prefix = "",
naming = "{method_pam}_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.