ef_china_th: Correction of Chinese factors by humidity when temperature >...

View source: R/ef_china.R

ef_china_thR Documentation

Correction of Chinese factors by humidity when temperature > 24

Description

Correction of Chinese emission

Usage

ef_china_th(hu, te, v = "PV", t = "Small", f = "G", p)

Arguments

hu

numeric humidity

te

numeric temperature in celsius

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"

p

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

Value

long data.frame

See Also

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

Examples

{
ef_china_th(hu = 60, te = 25,  p = "CO")
}

vein documentation built on April 30, 2023, 1:10 a.m.