KmeansR趋势分析 library(KmeansR) df <- data.frame(A = runif(2000), B = runif(2000), C = runif(2000)) KmeansR::KmeansR(df,centers = 6,table = FALSE)