calc_E | R Documentation |
E
matrix for embodied energy calculationsCalculate the E
matrix for embodied energy calculations
calc_E(
.iomats = NULL,
R = "R",
V = "V",
U_feed = "U_feed",
g = "g",
r = "r",
E = "E"
)
.iomats |
a data frame containing matrices that describe the Input-Output structure of an Energy Conversion Chain.
|
R |
A resources (R) matrix or name of column in |
V |
A make (V) matrix or name of column in |
U_feed |
A feedstock use (U_feed) matrix or name of column in |
g |
A g vector or name of column in |
r |
An r vector or name of column in |
E |
The name for the E matrix on output. E is calculated by |
A list or data frame containing E
matrices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.