geom_lm: A simple linear model geom.

View source: R/ggplot_functions.R

geom_lmR Documentation

A simple linear model geom.

Description

A simplified edit of geom_smooth that just draws a y~x OLS regression line.

Usage

geom_lm(..., formula = y ~ x, method = lm, se = F)

JackAHutchings/jahrfun documentation built on June 8, 2025, 3:09 a.m.