Description Usage Arguments Value Author(s)
View source: R/pollutant_ratio_to_fuel_specific_emission.R
Functions to help calculate fuel specific emissions for various pollutants using their ratio to CO[2].
1 2 3 4 5 6 7 8 | pollutant_ratio_to_fuel_specific_emission(ratio_pollutant, pollutant,
ratio_co, ratio_hc)
read_molar_mass_table()
pollutant_to_co2_ratio(pollutant, co2)
nox_as_no2_equivalent(no, no2)
|
ratio_pollutant |
Ratio of pollutant to CO[2]. |
pollutant |
In |
ratio_co |
Name of CO/CO[2] ratio variable. |
ratio_hc |
Name of HC/CO[2] ratio variable. |
co2 |
Name of CO[2] ratio variable. |
no |
Name of NO ratio variable. |
no2 |
Name of NO[2] ratio variable. |
Numeric vector or for read_molar_mass_table
, a data frame.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.