moves_rpdy_meta
estimates running exhaust emissions
using MOVES emission factors.
moves_rpdy_meta(
metadata,
lkm,
ef,
fuel_type,
speed_bin,
profile,
agemax = 31,
net,
simplify = TRUE,
verbose = FALSE
)
a list with emissions at each street and data.base aggregated by categories.
data.frame with the metadata for a vein project for MOVES.
Length of each link in miles
emission factors from EmissionRates_running exported from MOVES
Data.frame of fuelSubtypeID exported by MOVES.
Data.frame or vector of avgSpeedBinID as defined by MOVES.
Data.frame or Matrix with nrows equal to 24 and ncol 7 day of the week
Integer; max age for the fleet, assuming the same for all vehicles.
Road network class sf
Logical, to return the whole object or processed by streets and veh
Logical; To show more information. Not implemented yet