Description Usage Arguments Value
This function forces a balance in the passed elements by allocating the imbalance to one element.
1 2 3 |
data |
The data.table containing the full dataset for standardization. |
standParams |
The parameters for standardization. These parameters provide information about the columns of data and tree, specifying (for example) which columns should be standardized, which columns represent parents/children, etc. |
feedCommodities |
Sometimes excess supply will need to be allocated to some processed product. The default is to place it into food, but this list specifies which elements should allocate such a difference to feed. |
indCommodities |
Same as feedCommodities, but for commodities where we allocate the difference to industrial utilization. |
foodProcessCommodities |
Same as feedCommodities, but for commodities where we allocate the difference to food processing. |
imbalanceThreshold |
The size that the imbalance must be in order for an adjustment to be made. |
Nothing is returned, but the Value column of the passed data.table is updated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.