powered by
copyNIGrid copies an NIGrid-object
copyNIGrid
copyNIGrid(object1, object2 = NULL)
Returns a NIGrid-object or NULL
original NIGrid-object
destination; if NULL copyNIGrid returns a NIGrid-object otherwise the object2 will be overwritten.
object2
myGrid <- createNIGrid(dim=2, type="GHe", level=5) myGrid.copy <- copyNIGrid(myGrid)
Run the code above in your browser using DataLab