getNodes and getWeights | 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
createNIGrid
myGrid <- createNIGrid(dim=2, type="cNC1", level=3)
getNodes(myGrid)
getWeights(myGrid)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.