pm_smooths: Add loess line

View source: R/pm_theme.R

pm_smoothsR Documentation

Add loess line

Description

Add loess line

Usage

pm_smooths(
  method = opts$smooth.method,
  se = FALSE,
  lty = opts$smooth.lty,
  lwd = opts$smooth.lwd,
  col = opts$smooth.col,
  ...
)

Arguments

method

passed to geom_smooth

se

passed to geom_smooth

lty

passed to geom_smooth

lwd

passed to geom_smooth

col

passed to geom_smooth

...

passed to geom_smooth


metrumresearchgroup/pmplots documentation built on Oct. 15, 2024, noon