Skip to contents

PSUT matrices have row and column types. This list provides the typical names for the row and column types throughout the IEATools package.

Usage

row_col_types

Format

A string list with 5 entries.

resource

The type of entity that provides raw resources.

industry

The type of entity that receives inputs and makes outputs.

sector

The type of entity that absorbs final demand.

product

The inputs and outputs of industries.

unit

Units of physical measurement such as ktoe or TJ.

Examples

row_col_types
#> $industry
#> [1] "Industry"
#> 
#> $resource
#> [1] "Industry"
#> 
#> $sector
#> [1] "Industry"
#> 
#> $product
#> [1] "Product"
#> 
#> $unit
#> [1] "Unit"
#>