nbrOfGrids.Layout: Gets the number of grids on a microarray

Description Usage Author(s) Examples

Description

Calculates the number of grids on the microarray slide.

Usage

1
2
## S3 method for class 'Layout'
nbrOfGrids(this, ...)

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

Examples

1
2
  layout <- Layout(ngrid.r=4, ngrid.c=4, nspot.r=18, nspot.c=18)
  print(nbrOfGrids(layout))  # 16

HenrikBengtsson/aroma documentation built on May 7, 2019, 12:56 a.m.