temp_ef_br <- ef_brazil_cetesb(
pollutant = c("CO","PM10","CO2","CH4","NOx"),
veh_type = c("BUS_URBAN_D","BUS_MICRO_D"),
model_year = c(2015,2015),
as_list = TRUE
)
temp_ef_scaled <- ef_scaled_euro(
ef_local = temp_ef_br,
speed = units::set_units(1:100,"km/h"),
veh_type = c("Ubus Std 15 - 18 t","Ubus Midi <=15 t"),
euro = c("IV","IV"),
fuel = c("D","D"),
tech = c("SCR","SCR"),
pollutant = c("CO","PM10","CO2","CH4","NOx")
)
Run the code above in your browser using DataLab