wssplot_km | R Documentation |
scree plot for kmeans clustering
wssplot_km(data, nc = 15, seed = 1234)
data |
the data you wish to create the plot for. must be only the data that is clustered |
nc |
number of clusters you want to take the plot out to. defaults to '15' |
seed |
lets you set the random seed for the kmeans algorithm for reproducability |
wssplot_km_function()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.