Description Usage Arguments Value
This function takes the graph and performs the standardization.
1 2 3 | fbsStandardization(graph, standardizeElement, plot, aupusParam,
productionElement = paste0(aupusParam$keyNames$valuePrefix,
aupusParam$keyNames$elementName, "_51"))
|
graph |
The standardization graph from the function constructStandardizationGraph. |
standardizeElement |
A character vector of the column names of the node object that should be processed. This should correspond to the elements of the FBS that need to be standardized. |
plot |
Whether the network should be plotted as it is processed. A plot will be generated for each year/processing level, with prompts between, so only use this option if running this function in interactive mode. |
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). |
productionElement |
The column name of the production element in the nodes of the graph. Important if standardizeProduction = FALSE. |
A data.table object containing the final standardization values for each year.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.