stat_abline(mapping = NULL, data = NULL, geom = "abline", position = "identity", ...)
aes or aes_string. Only
needs to be set at the layer level if you are overriding
the plot defaults.layer. This can include aesthetics whose
values you want to set, not map. See layer
for more details.Add a line with slope and intercept.
# see geom_abline
geom_abline for code examples.