moves_ef | R Documentation |
moves_ef
reads and filter MOVES
data.frame of emission factors.
moves_ef(
ef,
vehicles,
source_type_id = 21,
process_id = 1,
fuel_type_id = 1,
pollutant_id = 2,
road_type_id = 5,
speed_bin
)
ef |
emission factors from EmissionRates_running exported from MOVES |
vehicles |
Name of category, with length equal to fuel_type_id and other with id |
source_type_id |
Number to identify type of vehicle as defined by MOVES. |
process_id |
Number to identify emission process defined by MOVES. |
fuel_type_id |
Number to identify type of fuel as defined by MOVES. |
pollutant_id |
Number to identify type of pollutant as defined by MOVES. |
road_type_id |
Number to identify type of road as defined by MOVES. |
speed_bin |
Data.frame or vector of avgSpeedBinID as defined by MOVES. |
EmissionFactors data.frame
'decoder' shows a decoder for MOVES to identify
{
data(decoder)
decoder
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.