moves_rpd
estimates running exhaust emissions
using MOVES emission factors.
moves_rpd(
veh,
lkm,
ef,
fuel_type,
speed_bin,
profile,
source_type_id = 21,
fuel_type_id = 1,
pollutant_id = 91,
road_type_id = 5,
process_id = 1,
vehicle = NULL,
vehicle_type = NULL,
fuel_subtype = NULL,
net,
path_all,
verbose = FALSE
)
a list with emissions at each street and data.base aggregated by categories. See link{emis_post}
"Vehicles" data-frame or list of "Vehicles" data-frame. Each data-frame as number of columns matching the age distribution of that ype of vehicle. The number of rows is equal to the number of streets link.
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
Number to identify type of vehicle as defined by MOVES.
Number to identify type of fuel as defined by MOVES.
Number to identify type of pollutant as defined by MOVES.
Number to identify type of road as defined by MOVES.
Number to identify type of pollutant as defined by MOVES.
Character, type of vehicle
Character, subtype of vehicle
Character, subtype of vehicle
Road network class sf
Character to export whole estimation. It is not recommended since it is usually too heavy.
Logical; To show more information. Not implemented yet