R/canonicalize_cluster_labels.R

Defines functions canonicalize_cluster_labels

Documented in canonicalize_cluster_labels

#' Canonicalize Cluster Labels
#'
#' @param x A vector of cluster labels.
#'
#' @return A numeric vector containing cluster labels in cannonical form.
#'
#' @export
canonicalize_cluster_labels <- function(x) {
  .Call(.canonicalize_cluster_labels, x)
}

Try the salso package in your browser

Any scripts or data that you put into this service are public.

salso documentation built on April 11, 2025, 5:56 p.m.