Skip to contents

A string list containing package constants used in MWTools package functions. This list is borrowed directly from the IEATools package.

A string list containing options for the all stages of energy conversion chain analysis. The values of these constants are taken from the IEATools package for consistency.

Usage

all_stages

all_stages

Format

A string list with 4 entries.

See IEATools::all_stages.

A string list with 4

primary

The string identifier for the Primary stage of the energy conversion chain.

final

The string identifier for the Final stage of the energy conversion chain.

useful

The string identifier for the Useful stage of the energy conversion chain.

services

The string identifier for the Services stage of the energy conversion chain.

Examples

all_stages
#> $primary
#> [1] "Primary"
#> 
#> $final
#> [1] "Final"
#> 
#> $useful
#> [1] "Useful"
#> 
#> $services
#> [1] "Services"
#> 
all_stages
#> $primary
#> [1] "Primary"
#> 
#> $final
#> [1] "Final"
#> 
#> $useful
#> [1] "Useful"
#> 
#> $services
#> [1] "Services"
#>