Aggregation flows
aggregation_flows.Rd
A string vector containing names of industries whose purpose in IEA extended energy balance Flow
s is to provide aggregations.
These items appear in Flow.aggregation.point
columns.
Format
A string vector with 11 entries.
- total_primary_energy_supply
Indicates a flow that aggregates to total primary energy supply.
- total_final_consumption
Indicates a flow that aggregates to total final consumption.
- transformation_processes
Indicates a flow involved in transformation processes.
- energy_industry_own_use
Indicates a flow that aggregates to energy industry own use.
- tfc_compare
Indicates a flow that compares total primary energy supply to total final consumption.
- industry
Indicates a flow that aggregates to industry final demand.
- manufacturing
Indicates a flow that aggregates to manufacturing final demand.
- transport
Indicates a flow that aggregates to transport final demand.
- other
Indicates a flow that aggregates to other final demand.
- non_energy_use
Indicates a flow that aggregates to non-energy use final demand.
Examples
aggregation_flows
#> $total_primary_energy_supply
#> [1] "Total primary energy supply"
#>
#> $total_energy_supply
#> [1] "Total energy supply"
#>
#> $total_final_consumption
#> [1] "Total final consumption"
#>
#> $transformation_processes
#> [1] "Transformation processes"
#>
#> $energy_industry_own_use
#> [1] "Energy industry own use"
#>
#> $tfc_compare
#> [1] "TFC compare"
#>
#> $industry
#> [1] "Industry"
#>
#> $manufacturing
#> [1] "Manufacturing"
#>
#> $transport
#> [1] "Transport"
#>
#> $other
#> [1] "Other"
#>
#> $non_energy_use
#> [1] "Non-energy use"
#>