Description Usage Arguments Value
The edge dataset contains information about the quantities of a particular item flowing from a particular parent to a particular child. This function aggregates the edge dataset, grouping by child, and replaces element 31 (Actual Producing Factor) of the child with the inputs from all the parents.
1 | updateInputFromProcessing(nodes, edges, aupusParam)
|
nodes |
The nodes data returned by the function buildNodes. |
edges |
The edge data returned by the function buildEdges. |
aupusParam |
A list of running parameters to be used in pulling the data. Typically, this is generated from getAupusParameter (see that function for a description of the required elements). |
No values are returned, but instead the passed nodes dataset is updated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.