calc_embodied_mats | R Documentation |
Calculate various embodied energy matrices
calc_embodied_mats(
.iomats = NULL,
q = "q",
g = "g",
r = "r",
L_ixp = "L_ixp",
A = "A",
R = "R",
V = "V",
U_feed = "U_feed",
Y = "Y",
G = "G",
H = "H",
E = "E",
M_p = "M_p",
M_s = "M_s",
F_footprint_p = "F_footprint_p",
F_effects_p = "F_effects_p",
F_footprint_s = "F_footprint_s",
F_effects_s = "F_effects_s"
)
.iomats |
a data frame containing matrices that describe the Input-Output structure
(using the supply-use table format)
of an Energy Conversion Chain.
|
q |
Final demand (q) vector or name of the column in |
g |
A g vector or name of the column in |
r |
An r vector or name of the column in |
L_ixp |
Industry-by-product Leontief (L_ixp) matrix or name of the column in |
A |
An A matrix or name of the column in |
R |
A resources (R) matrix or name of the column in |
V |
A make (V) matrix or name of the column in |
U_feed |
A feedstock use (U_feed) matrix or name of the column in |
Y |
A final demand (Y) matrix or name of the column in |
G |
The name of the G matrix on output. G is calculated by |
H |
The name of the H matrix on output. H is calculated by |
E |
The name of the E matrix on output. E is calculated by |
M_p |
The name of the M_p matrix on output. M_p is formed from column sums of positive entries in the various Q_x matrices. Default is "M_p". |
M_s |
The name of the M_s matrix on output. M_s is calculated by |
F_footprint_p |
The name of the F_footprint_p matrix on output. F_footprint_p is calculated by |
F_effects_p |
The name of the F_effects_p matrix on output. F_effects_p is calculated by |
F_footprint_s |
The name of the F_footprint_s matrix on output. F_footprint_s is calculated by |
F_effects_s |
The name of the F_effects_s matrix on output. F_effects_s is calculated by |
A list or data frame containing embodied energy matrices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.