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