Makes arguments that serve as input to `ggplot2::geom_smooth()`.
linear_args(
method = "lm",
formula = NULL,
se = FALSE,
na.rm = TRUE,
orientation = NA,
show.legend = NA,
inherit.aes = TRUE,
color = "black",
linetype = 1,
...
)A list with arguments that can be used as input to `ggplot2::geom_smooth()`.
Method used for the smooth, should be "lm".
Alternative formula argument
Should standard error envelopes be plotted.
Should data be listwise deleted before calculating smooth.
Orientation of the level
Should the legend be shown, included by default if aesthetics are mapped.
Should aesthetics from previous calls be inherited by the function.
Color of the line.
Line type of the line.
Other arguments to be passed down.