ef_china_det: Correction of Chinese emission factors by deterioration

View source: R/ef_china.R

ef_china_detR Documentation

Correction of Chinese emission factors by deterioration

Description

Correction of Chinese emission

Usage

ef_china_det(v = "PV", t = "Small", f = "G", standard, yeardet = 2015, p)

Arguments

v

Character; category vehicle: "PV" for Passenger Vehicles or 'Trucks"

t

Character; sub-category of of vehicle: PV Gasoline: "Mini", "Small","Medium", "Large", "Taxi", "Motorcycles", "Moped", PV Diesel: "Mediumbus", "Largebus", "3-Wheel". Trucks: "Mini", "Light" , "Medium", "Heavy"

f

Character;fuel: "G", "D", "CNG", "ALL"

standard

Character vector; "PRE", "I", "II", "III", "IV", "V".

yeardet

Integer; any of 2014, 2015, 2016, 2017, 2018

p

Character; pollutant: "CO", "NOx","HC", "PM", "Evaporative_driving" or "Evaporative_parking"

Value

long data.frame

See Also

Other China: ef_china_hu(), ef_china_h(), ef_china_long(), ef_china_speed(), ef_china_s(), ef_china_te(), ef_china_th(), ef_china(), emis_china(), emis_long()

Examples

{
ef_china_det(standard = "I", p = "CO")
ef_china_det(standard = c("I", "III"),
             p = "CO",
             f = "D")
}

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