R/psortKM.R

.psortKM <- function(x, k=length(x), m=1L, ...) {
  .Call("psortKM", as.numeric(x), k=as.integer(k), m=as.integer(m), PACKAGE="matrixStats"); 
} # .psortKM()


############################################################################
# HISTORY:
# 2012-09-10
# o Added internal .psortKM() method.
# o Created.
############################################################################  

Try the matrixStats package in your browser

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

matrixStats documentation built on May 2, 2019, 4:52 p.m.