ef_emfac
reads path to ef EMFAC.
You must download the
emission factors from EMFAC website.
ef_emfac(
efpath,
dg = 750,
dd = 850,
dhy = 750,
dcng = 0.8,
fill_missing = TRUE,
verbose = TRUE
)
Character path to EMFAC ef (g/miles)
Numeric density of gasoline, default 750 kg/m3
Numeric density of diesel, default 850 kg/m3
Numeric density of hybrids, default 750 kg/m3
Numeric density of CNG, default 0.8 kg/m3
Logical to fill and correct ef = 0
Logical, to show more information
data.table with emission estimation in long format
Fuel consumption must be present
if (FALSE) { # \dontrun{
# do not run
} # }