moves_ef: MOVES emission factors

View source: R/moves_ef.R

moves_efR Documentation

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
)

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.

Value

EmissionFactors data.frame

Note

'decoder' shows a decoder for MOVES to identify

Examples

{
data(decoder)
decoder
}

ibarraespinosa/vein documentation built on April 13, 2024, 8:51 p.m.