geom_lm: ordinary least squares model

View source: R/geom_lm.R

geom_lmR Documentation

ordinary least squares model

Description

ordinary least squares model

Usage

geom_lm(formula = y ~ x, ...)

Arguments

...

Examples

library(ggplot2)
ggplot(cars) + aes(x = speed, y = dist) + geom_point() + geom_lm()

EvaMaeRey/ggxmean documentation built on April 10, 2024, 6:32 p.m.