print (print.NIGrid) | R Documentation |
Prints characteristic information for an NIGrid-object
## S3 method for class 'NIGrid'
print(x, ...)
x |
a grid of type |
... |
further arguments passed to or from other methods |
Prints the information for an NIGrid-object (i.a. grid size (dimensions, grid points, memory usage), type and support)
myGrid <- createNIGrid(dim=2, type="GHe", level=5)
print(myGrid)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.