returns the size of an NIGrid-object
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.