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")
}

Try the biclustermd package in your browser

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

biclustermd documentation built on June 17, 2021, 5:11 p.m.