R/mixed_sort.R

#' @title Mixed Sort
#'
#' @param x Matrix or data.frame
#'
#' @export

mixedsort <- function (x) {
  #### Nicked from gtools by Gregory R. Warnes, Ben Bolker, and Thomas Lumley ####
  x[mixedorder(x)]
}
mattwarkentin/sandbox documentation built on Jan. 29, 2020, 4:46 p.m.