Skip to contents

Trend line aesthetics (dvconc loess/linear)

Usage

pmx_trend(
  linewidth = NULL,
  linetype = NULL,
  color = NULL,
  se_color = NULL,
  se_alpha = NULL
)

Arguments

linewidth

Line width. Default varies by trend type.

linetype

Line type. Default varies by trend type.

color

Line color. Default is "black".

se_color

Standard error ribbon color. Default is "lightgrey".

se_alpha

Standard error ribbon alpha. Default is 0.4.

Value

A pmx_trend element object

See also

Examples

pmx_trend(linewidth = 1.2, color = "darkblue", se_color = "lightgrey")
#> <pmx_trend>
#>   linewidth = 1.2, color = darkblue, se_color = lightgrey