powered by
Correction of Chinese emission
ef_china_speed(speed, f = "G", standard, p, long = FALSE)
long data.frame
numeric speed km/h
Character;fuel: "G", "D", "CNG"
Character vector; "PRE", "I", "II", "III", "IV", "V".
Character; pollutant: "CO", "NOx","HC", "PM", "Evaporative_driving" or "Evaporative_parking"
Logical, to process long format of ef
Other China: ef_china_det(), ef_china_hu(), ef_china_h(), ef_china_long(), ef_china_s(), ef_china_te(), ef_china_th(), ef_china(), emis_china(), emis_long()
ef_china_det()
ef_china_hu()
ef_china_h()
ef_china_long()
ef_china_s()
ef_china_te()
ef_china_th()
ef_china()
emis_china()
emis_long()
{ data(net) head(ef_china_speed(speed = net$ps, standard = "I", p = "CO")) head(ef_china_speed(speed = net$ps, standard = c("II", "I"), p = "NOx")) }
Run the code above in your browser using DataLab