R/draw_main.R

#' function for pheatmap
#' @description function for pheatmap
#' @export

draw_main = function(text, ...){
  res = textGrob(text, gp = gpar(fontface = "bold", ...))

  return(res)
}
mssm-msf-2019/BiostatsALL documentation built on May 22, 2019, 12:16 p.m.