Skip to contents

A list containing names of muscle work products (energy carriers).

Usage

mw_products

Format

A string list with 6 entries.

food

The name for food final energy.

feed

The name for feed final energy.

biomass

The name for biomass primary energy.

hu_mech

The name for human mechanical work useful energy.

an_mech

The name for animal mechanical work useful energy.

an_p

The name for animal propulsion work useful energy.

Examples

mw_products
#> $food
#> [1] "Food"
#> 
#> $feed
#> [1] "Feed"
#> 
#> $biomass
#> [1] "Biomass"
#> 
#> $hu_mech
#> [1] "HuMech"
#> 
#> $an_mech
#> [1] "AnMech"
#> 
#> $an_p
#> [1] "AnP"
#>