Description Usage Arguments Value Examples
copyNIGrid copies an NIGrid-object
| 1 | copyNIGrid(object1, object2 = NULL)
 | 
| object1 | original NIGrid-object | 
| object2 | destination; if NULL  | 
Returns a NIGrid-object or NULL
| 1 2 | myGrid <- createNIGrid(dim=2, type="GHe", level=5)
myGrid.copy <- copyNIGrid(myGrid)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.