getNodes and getWeights {mvQuad} | R Documentation |
get nodes and weights from an NIGrid-object
Description
getNodes
and getWeights
extract the (potentially rescaled) nodes and weights
out of an NIGrid-Object
Usage
getNodes(grid)
getWeights(grid)
Arguments
grid |
object of class |
Value
Returns the nodes or weights of the given grid
See Also
Examples
myGrid <- createNIGrid(dim=2, type="cNC1", level=3)
getNodes(myGrid)
getWeights(myGrid)
[Package mvQuad version 1.0-8 Index]