km.clustering(data, k, ns, maxiter)numeric matrix of data
where variables are by columns and samples to cluster are by rows.integer scalar of number of centroids to start with.integer scalar of how many random seedings should be done.integer scalar of maximum number of iterations in 'K-means' clustering algorithm (convergence criteria).numeric scalar of Log-transformed within cluster dispersion statistic.numeric vector of cluster centers.numeric vector of cluster membership of each variable.kmeans" in R package sim.disSimilarity Statistic.MeanVarRegMean-Variance Regularization Core Function.withinsumsqWithin-Cluster Sum of Squares Distances.kmeans(R package