Add loess line

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