Skip to contents

A data frame containing - muscle work products (energy carriers), - phi (exergy-to-energy ratio) values, - and an "is.useful" column saying whether that energy carrier is found at the useful stage.

Usage

phi_constants_mw

Format

A data frame with 6 rows. Each row provides the phi value for one energy carrier:

Product

A string column of muscle work energy carriers.

phi

A string column of exergy-to-energy ratios.

is.useful

A boolean column telling whether this energy carrier is found at the useful stage (or not).

Examples

phi_constants_mw
#> # A tibble: 6 × 3
#>   Product   phi is.useful
#>   <chr>   <dbl> <lgl>    
#> 1 Food        1 FALSE    
#> 2 Feed        1 FALSE    
#> 3 Biomass     1 FALSE    
#> 4 HuMech      1 TRUE     
#> 5 AnMech      1 TRUE     
#> 6 AnP         1 TRUE