Learn R Programming

vein (version 1.1.3)

moves_ef: MOVES emission factors

Description

moves_ef reads and filter MOVES data.frame of emission factors.

Usage

moves_ef(
  ef,
  vehicles,
  source_type_id = 21,
  process_id = 1,
  fuel_type_id = 1,
  pollutant_id = 2,
  road_type_id = 5,
  speed_bin
)

Value

EmissionFactors data.frame

Arguments

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.

Examples

Run this code
{
data(decoder)
decoder
}

Run the code above in your browser using DataLab