wssplot_km: wssplot_km function

View source: R/plots.R

wssplot_kmR Documentation

wssplot_km function

Description

scree plot for kmeans clustering

Usage

wssplot_km(data, nc = 15, seed = 1234)

Arguments

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

Examples

wssplot_km_function()

clmacleod/highlandr documentation built on Oct. 11, 2023, 8:04 p.m.