I\'m using geom_smooth() from ggplot2.
geom_smooth()
ggplot2
In Hadley Wickham\'s book (\"ggplot2 - Elegant Graphics for Data Analysis\") there is an example (pa
The method argument specifies the parameter of the smooth statistic. You can see stat_smooth for the list of all possible arguments to the method argument.