powered by
running_losses estimates evaporative emissions from EMEP/EEA emisison guidelines
running_losses
running_losses(x, carb, p, erhotc, erwarmc, erhotfi)
Mean number of trips per vehicle per day
fraction of gasoline vehicles with carburator or fuel return system
Fraction of trips finished with hot engine
average daily running losses evaporative factor for vehicles with carburator or fuel return system
average daily cold and warm running losses evaporative factor for vehicles with carburator or fuel return system
average daily hot running losses evaporative factor for vehicles with fuel injection and returnless fuel systems
numeric vector of emission estimation in grams
Mellios G and Ntziachristos 2016. Gasoline evaporation. In: EEA, EMEP. EEA air pollutant emission inventory guidebook-2009. European Environment Agency, Copenhagen, 2009
# NOT RUN { { # Do not run ev <- running_losses(x = 1:10, carb = 0, p = 1, erhot = 1, erwarmc =1, erhotfi = 1) summary(ev) } # }
Run the code above in your browser using DataLab