calc_M | R Documentation |
M is calculated by e_hat * G
,
but e_hat
contains lists of matrices,
so the M is also contain lists of matrices.
In each list, there is one M matrix for each Product in the Energy conversion chain.
calc_M(
.YqGHEdata = NULL,
Y = "Y",
q = "q",
G = "G",
E = "E",
tol = 1e-04,
M_p = "M_p",
M_s = "M_s"
)
.YqGHEdata |
A data frame containing columns of q vectors
and Y, G, H, and E matrices.
|
Y |
A final demand (Y) matrix or name of the column in |
q |
A q column vector or name of the column in |
G |
A G matrix or name of the column in |
E |
An E matrix or name of the column in |
tol |
The allowable energy balance error. |
M_p |
The name for matrices of embodied energy in products on output. Default is "M_p". These matrices contain embodied products in rows and embodying products in columns. |
M_s |
The name for matrices of embodied energy consumed by final demand sectors. Default is "M_s". These matrices contain embodied products in rows and consuming final demand sectors in columns. |
A list or data frame of embodied energy matrices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.