| gridr {limma} | R Documentation |
Grid and spot row and column positions.
gridr(layout) gridc(layout) spotr(layout) spotc(layout)
layout |
list with the components ngrid.r, ngrid.c, nspot.r and nspot.c |
Vector of length prod(unlist(layout)) giving the grid rows (gridr), grid columns (gridc), spot rows (spotr) or spot columns (spotc).
Gordon Smyth