copyNIGrid {mvQuad} | R Documentation |
copies an NIGrid-object
Description
copyNIGrid
copies an NIGrid-object
Usage
copyNIGrid(object1, object2 = NULL)
Arguments
object1 |
original NIGrid-object |
object2 |
destination; if NULL |
Value
Returns a NIGrid-object or NULL
Examples
myGrid <- createNIGrid(dim=2, type="GHe", level=5)
myGrid.copy <- copyNIGrid(myGrid)
[Package mvQuad version 1.0-8 Index]