Uses k-means and hierarchical clustering to group geolocator covariates into consistent groups for visual analysis

stk_cluster(df, k = 2, method = "kmeans")

Arguments

df

a skytrackr data frame

k

number of k-means/hierarchical clusters to consider

method

method to use, kmeans by default, hclust can be set

Value

original data frame with attached cluster labels