I want to customize the formula used in geom_smooth like this:
library(MASS) library(ggplot2) data("Cars93", package = "MASS") str(Cars9