Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

size.NIGrid

returns the size of an NIGrid-object


Description

Returns the size of an NIGrid-object

Usage

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

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

mvQuad

Methods for Multivariate Quadrature

v1.0-6
GPL-3
Authors
Constantin Weiser (HHU of Duesseldorf / Germany)
Initial release
2016-07-19

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.