ef_china_speed | R Documentation |
Correction of Chinese emission
ef_china_speed(speed, f = "G", standard, p, long = FALSE)
speed |
numeric speed km/h |
f |
Character;fuel: "G", "D", "CNG" |
standard |
Character vector; "PRE", "I", "II", "III", "IV", "V". |
p |
Character; pollutant: "CO", "NOx","HC", "PM", "Evaporative_driving" or "Evaporative_parking" |
long |
Logical, to process long format of ef |
long data.frame
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()
{
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"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.