fbsStandardization: FBS Standardization

Description Usage Arguments Value

Description

This function takes the graph and performs the standardization.

Usage

1
2
3
fbsStandardization(graph, standardizeElement, plot, aupusParam,
  productionElement = paste0(aupusParam$keyNames$valuePrefix,
  aupusParam$keyNames$elementName, "_51"))

Arguments

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.

Value

A data.table object containing the final standardization values for each year.


SWS-Methodology/faoswsAupus documentation built on May 9, 2019, 11:45 a.m.