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