\name{decorate_column_names} \alias{decorate_column_names} \title{ Decorate heatmap column names } \description{ Decorate heatmap column names } \usage{ decorate_column_names(..., envir = new.env(parent = parent.frame())) } \arguments{ \item{...}{pass to \code{\link{decorate_dimnames}}} \item{envir}{where to look for variables inside \code{code}} } \details{ This is a helper function which pre-defined \code{which} argument in \code{\link{decorate_dimnames}}. } \value{ The function returns no value. } \author{ Zuguang Gu } \examples{ # No example for this function NULL }