View source: R/calcIOEdgeBuildings.R
calcIOEdgeBuildings | R Documentation |
Calculates buildings-related energy flows from the IEA energy balances. 'output_EDGE_buildings' is a key input to EDGE-Buildings providing the historic final energy demand from buildings. 'output_EDGE' does the same for buildings and industry together.
calcIOEdgeBuildings(
subtype = c("output_EDGE", "output_EDGE_buildings"),
ieaVersion = c("default", "latest")
)
subtype |
Data subtype. See default argument for possible values. |
ieaVersion |
Release version of IEA data, either 'default' (vetted and used in REMIND) or 'latest'. |
IEA data as MAgPIE object aggregated to country level
Pascal Sauer, Anastasis Giannousakis, Robin Hasse
calcOutput
## Not run:
a <- calcOutput("IOEdgeBuildings", subtype = "output_EDGE_buildings")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.