View source: R/create_clusters.R
create_clusters | R Documentation |
Takes columns and number of clusters. Runs the basic R kmeans function and returns the output.
create_clusters(cols, num)
cols |
Columns (fields) of a data frame |
num |
Number of clusters |
kmeans
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.