Skip to contents

A string list containing the order for energy types.

Usage

energy_types

Format

A string list with 2 entries.

e

The string identifier for energy "E".

x

The string identifier for exergy "X".

Examples

energy_types
#> $e
#> [1] "E"
#> 
#> $x
#> [1] "X"
#>