R/col.names.R

Defines functions col.names

Documented in col.names

#' A generic to gather column names
#' 
#' @param x an object to retrieve column names from 
#' 
#' @export
#' 
col.names <- function(x) {
  UseMethod("col.names")
}
jreisner/biclustermd documentation built on June 19, 2021, 6:28 p.m.