powered by
getNodes and getWeights extract the (potentially rescaled) nodes and weights out of an NIGrid-Object
getNodes
getWeights
getNodes(grid)getWeights(grid)
getWeights(grid)
Returns the nodes or weights of the given grid
object of class NIGrid
NIGrid
createNIGrid
myGrid <- createNIGrid(dim=2, type="cNC1", level=3) getNodes(myGrid) getWeights(myGrid)
Run the code above in your browser using DataLab