Skip to contents

from cellWise::cellMap, only changed the background colour

Usage

newcellmap(
  R,
  indcells = NULL,
  indrows = NULL,
  standOD = NULL,
  showVals = NULL,
  D = NULL,
  rowlabels = "",
  columnlabels = "",
  mTitle = "",
  rowtitle = "",
  columntitle = "",
  showrows = NULL,
  showcolumns = NULL,
  nrowsinblock = NULL,
  ncolumnsinblock = NULL,
  manualrowblocksizes = NULL,
  manualcolumnblocksizes = NULL,
  rowblocklabels = NULL,
  columnblocklabels = NULL,
  autolabel = TRUE,
  columnangle = 90,
  sizemain = 2,
  sizetitles = 1.1,
  adjustrowlabels = 1,
  adjustcolumnlabels = 1,
  colContrast = 1,
  outlyingGrad = TRUE,
  darkestColor = sqrt(qchisq(0.999, 1)),
  drawCircles = FALSE
)

Arguments

R

Matrix of standardized residuals of the cells (required input argument).