calc_GH | R Documentation |
G
and H
matrices for embodied energy calculationsCalculate the G
and H
matrices for embodied energy calculations
calc_GH(
.iomats = NULL,
Y = "Y",
L_ixp = "L_ixp",
R = "R",
A = "A",
q = "q",
G_V = "G_V",
G_R = "G_R",
G = "G",
H_V = "H_V",
H_R = "H_R",
H = "H"
)
.iomats |
a data frame containing matrices that describe the Input-Output structure of an Energy Conversion Chain.
|
Y |
final demand ( |
L_ixp |
industry-by-product Leontief ( |
R |
Resources ( |
A |
The name of the |
q |
The name of the |
G_V |
name for the |
G_R |
name for the |
G |
name for the |
H_V |
name for the |
H_R |
name for the |
H |
name for the |
a list or data frame containing G
and H
matrices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.