plot_kmeans | R Documentation |
Performs and draws a K-means cluster on the samples. Estimates number of clusters as the product of the number of treatments and seconds. So tries to group the bio reps together
plot_kmeans(df, nstart = 25, iter.max = 1000)
df |
dataframe, typically from 'import_data()' |
nstart |
nstart points for 'kmeans()' function |
iter.max |
max iterations to perform for 'kmeans()' function |
ggplot2 plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.