R/kmeans.R

#'Perform K-means
#' @importFrom stats kmeans
#' @export 
Kmeans <- function() {
  #km <- kmeans()
  message("kmeans result")
}
ZGIS/SpatialHotspot documentation built on May 24, 2019, 5:04 a.m.