emis_emfac
estimates emissions based on
an emission factors database from EMFAC.You must download the
emission factors from EMFAC website.
emis_emfac(
ef,
veh,
lkm,
tfs,
speed,
vehname,
pol = "CO_RUNEX",
modelyear = 2021:1982,
vkm = TRUE,
verbose = TRUE
)
data.frame or character path to EMFAC ef (g/miles)
Vehicles data.frame
Distance per street-link in miles
vector to project activity by hour
Speed data.frame in miles/hour
numeric vector for heavy good vehicles or trucks
character, "CO_RUNEX"
numeric vector, 2021:1982
logical, to return vkm
logical, to show more information
data.table with emission estimation in long format
Emission factors must be in g/miles
if (FALSE) { # \dontrun{
# do not run
} # }