Description Usage Author(s) Examples
Gets the number of rows on a microarray.
1 2
## S3 method for class 'Layout' nbrOfRows(this, ...)
Henrik Bengtsson (http://www.braju.com/R/)
layout <- Layout(ngrid.r=4, ngrid.c=4, nspot.r=18, nspot.c=18) print(nbrOfRows(layout)) # 72 = 4*18
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.