Description Usage Arguments Value Examples
Returns the size of an NIGrid-object
1 2 3 4 5 6 7 |
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
1 2 3 | 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.