plot_kmeans.Rd
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)
dataframe, typically from `import_data()`
nstart points for `kmeans()` function
max iterations to perform for `kmeans()` function
ggplot2 plot