stat_abline {ggplot2} | R Documentation |
Add a line with slope and intercept.
stat_abline(mapping = NULL, data = NULL, geom = "abline", position = "identity", ...)
mapping |
The aesthetic mapping, usually constructed
with |
data |
A layer specific dataset - only needed if you want to override the plot defaults. |
geom |
The geometric object to use display the data |
position |
The position adjustment to use for overlappling points on this layer |
... |
other arguments passed on to
|
geom_abline
for code examples.
# see geom_abline