View source: R/energy_to_exergy.R
phi_vec_mw | R Documentation |
To move from an energy to an exergy description of an energy conversion chain, a vector of phi (exergy-to-energy ratio) values is needed. Entries in the vector are for each type of muscle work energy carrier.
phi_vec_mw(
.phi_table = MWTools::phi_constants_mw,
matrix_class = c("matrix", "Matrix"),
mw_energy_carriers = MWTools::mw_products,
product = MWTools::mw_cols$product,
product_type = MWTools::row_col_types$product,
phi = "phi"
)
.phi_table |
A table of phi (exergy-to-energy ratio) values. |
matrix_class |
The type of matrix to be created, one of "matrix" or "Matrix". Default is "matrix". |
mw_energy_carriers |
A vector of string energy carriers
relevant to muscle work calculations.
Default is |
product |
See |
product_type |
See |
phi |
The name of the phi column in the outgoing vector. Default is "phi". |
A column vector of phi values.
phi_vec_mw()
phi_vec_mw(mw_energy_carriers = c("Food", "Feed"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.