Take into account the effect of better fuels on vehicles with older technology. If the ratio is less than 1, return 1. It means that it is nota degradation function.
Character; Euro standards ("PRE", "I", "II", "III", "IV", "V", VI, "VIc")
Numeric; vector with parameters of gasoline with the names: e100(vol. (sulphur, ppm)
Numeric; vector with parameters for diesel with the names: den (density at 15 Celsius degrees kg/m3), pah ( (Back end distillation in Celsius degrees) and s (sulphur, ppm)
A list with the correction of emission factors.
This function cannot be used to account for deterioration, therefore, it is restricted to values between 0 and 1. Parameters for gasoline (g):
O2 = Oxygenates in
S = Sulphur content in ppm
ARO = Aromatics content in
OLEFIN = Olefins content in
E100 = Mid range volatility in
E150 = Tail-end volatility in
Parameters for diesel (d):
DEN = Density at 15 C (kg/m3)
S = Sulphur content in ppm
PAH = Aromatics content in
CN = Cetane number
T95 = Back-end distillation in o C.
if (FALSE) { # \dontrun{
f <- fuel_corr(euro = "I")
names(f)
} # }