# NOT RUN {
{
data(fe2015)
CO <- vein::EmissionFactors(fe2015[fe2015$Pollutant == "CO", 11])
ef_logit <- ef_fun(ef = CO, x0 = 27, k = 0.4, L = 33)
plot(ef_logit, type = "b", pch = 16)
lines(ef_logit, pch = 16, col = "blue")
}
# }
Run the code above in your browser using DataLab