Description Usage Arguments Value
This function constructs the graph/network required for standardization by generating one graph object for each year. This graph has the supplied edges and nodes as the corresponding edges and nodes on the graph.
1 | constructStandardizationGraph(aupusNetwork, standardizeElement, aupusParam)
|
aupusNetwork |
A list of 2 data.tables named "nodes" and "edges". These are usually produced by suaToNetworkRepresentation and contain information about the data at the nodes and along the edges of the network. |
standardizeElement |
The column names of nodes that should be included in the returned graphs. These are the elements to be standardized. |
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). |
A list of the same length as the number of unique years in the aupus network.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.