ef_im: Emission factors deoending on accumulated mileage
Description
ef_im calculate the theoretical emission factors of vehicles.
The approache is different from including deterioration factors
(emis_det) but similar, because they represent how much emits
a vehicle with a normal deterioration, but that it will pass the
Inspection and Manteinance program.
if (FALSE) {
# Do not run# Passenger Cars PCdata(fkm)
# cumulative mileage from 1 to 50 years of use, 40:50mil <- cumsum(fkm$KM_PC_E25(1:10))
ef_im(ef = seq(0.1, 2, 0.2), seq(0.1, 1, 0.1), mil)
}