Learn R Programming

mvQuad (version 1.0-8)

print (print.NIGrid): prints characteristic information for an NIGrid-object

Description

Prints characteristic information for an NIGrid-object

Usage

# S3 method for NIGrid
print(x, ...)

Value

Prints the information for an NIGrid-object (i.a. grid size (dimensions, grid points, memory usage), type and support)

Arguments

x

a grid of type NIGrid

...

further arguments passed to or from other methods

Examples

Run this code
myGrid <- createNIGrid(dim=2, type="GHe", level=5)
print(myGrid)

Run the code above in your browser using DataLab