size (size.NIGrid) | R Documentation |
Returns the size of an NIGrid-object
size(object, ...)
## S3 method for class 'NIGrid'
size(object, ...)
## S3 method for class 'NIGrid'
dim(x)
object |
a grid of type |
... |
other arguments passed to the specific method |
x |
object of type |
Returns the grid size in terms of dimensions, number of grid points and used memory
myGrid <- createNIGrid(dim=2, type="GHe", level=5)
size(myGrid)
dim(myGrid)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.