getNodes and getWeights {mvQuad} | R Documentation |
getNodes
and getWeights
extract the (potentially rescaled) nodes and weights
out of an NIGrid-Object
getNodes(grid)
getWeights(grid)
grid |
object of class |
Returns the nodes or weights of the given grid
myGrid <- createNIGrid(dim=2, type="cNC1", level=3)
getNodes(myGrid)
getWeights(myGrid)