A string list containing options for the last stage of energy conversion chain analysis.
A string list with 3
- 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
last_stages
#> $final
#> [1] "Final"
#>
#> $useful
#> [1] "Useful"
#>
#> $services
#> [1] "Services"
#>