R/psortKM.R

Defines functions .psortKM

.psortKM <- function(x, k = length(x), m = 1L, ...) {
  .Call(C_psortKM, as.numeric(x), k = as.integer(k), m = as.integer(m))
}

Try the matrixStats package in your browser

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

matrixStats documentation built on May 29, 2024, 1:38 a.m.