copyNIGrid: copies an NIGrid-object

Description Usage Arguments Value Examples

Description

copyNIGrid copies an NIGrid-object

Usage

1
copyNIGrid(object1, object2 = NULL)

Arguments

object1

original NIGrid-object

object2

destination; if NULL copyNIGrid returns a NIGrid-object otherwise the object2 will be overwritten.

Value

Returns a NIGrid-object or NULL

Examples

1
2
myGrid <- createNIGrid(dim=2, type="GHe", level=5)
myGrid.copy <- copyNIGrid(myGrid)

weiserc/mvQuad documentation built on May 4, 2019, 4:18 a.m.