get nodes and weights from an NIGrid-object
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.