Learn R Programming

vein (version 1.1.3)

ef_china_s: Correction of Chinese emission factors by sulfur

Description

Correction of Chinese emission

Usage

ef_china_s(s, f = "G", standard, p)

Value

long data.frame

Arguments

s

Numeric sulfur content in ppm

f

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

standard

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

p

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

See Also

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

Examples

Run this code
{
ef_china_s(s = 1000, standard = "I", p = "CO")
}

Run the code above in your browser using DataLab