copyNIGrid {mvQuad} | 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)