psut_cols | R Documentation |
A string list containing named names of columns in PSUT data frames.
Items in the list provide default values for column name function arguments
throughout the IEATools
package.
psut_cols
A string list with 16 entries.
The name of a column in a wide-by-matrices data frame containing resource (R
) matrices.
The name of a column in a wide-by-matrices data frame containing use (U
) matrices that exclude energy industry own use.
The name of a column in a wide-by-matrices data frame containing use (U
) matrices that contain exclusively energy industry own use.
The name of a column in a wide data-by-matrices frame containing use (U
) matrices that are the sum of U_feed
and U_eiou
matrices.
The name of a column in a wide-by-matrices data frame containing the ratio of U_eiou
and U
matrices.
The name of a column in a wide-by-matrices data frame containing make (V
) matrices.
The name of a column in a wide-by-matrices data frame containing final demand (Y
) matrices.
The name of a column in a wide-by-matrices data frame containing unit summation (S_units
) matrices.
The name of a column in a tidy data frame containing matrices.
The name of a column in a tidy data frame containing detailed Y_u matrices that contain the following information: final energy product, destination sector, final-to-useful machine, and useful product.
The name of a column in a tidy data frame containing detailed U_EIOU_u matrices that contain the following information: final energy product, destination energy industry, final-to-useful machine, and useful product.
Note that some of the values are repeated,
thereby providing synonyms.
E.g., both resources
and R
point to the "R" column name.
psut_cols
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.