size.NIGrid: returns the size of an NIGrid-object

Description Usage Arguments Value Examples

Description

Returns the size of an NIGrid-object

Usage

1
2
3
4
5
6
7
size(object, ...)

## S3 method for class 'NIGrid'
size(object, ...)

## S3 method for class 'NIGrid'
dim(x)

Arguments

object

a grid of type NIGrid

...

other arguments passed to the specific method

x

object of type NIGrid

Value

Returns the grid size in terms of dimensions, number of grid points and used memory

Examples

1
2
3
myGrid <- createNIGrid(dim=2, type="GHe", level=5)
size(myGrid)
dim(myGrid)

weiserc/mvQuad documentation built on May 4, 2019, 4:18 a.m.