copyNIGrid | R Documentation |
copyNIGrid
copies an NIGrid-object
copyNIGrid(object1, object2 = NULL)
object1 |
original NIGrid-object |
object2 |
destination; if NULL |
Returns a NIGrid-object or NULL
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.