R/plot.modreg.R

Defines functions plot.modreg

Documented in plot.modreg

plot.modreg <-
function(x, ...){
  args    <- list(...)
  args$x  <- x$reg
  args$se <- FALSE
  do.call(mgcv::plot.gam, args)
}

Try the dirttee package in your browser

Any scripts or data that you put into this service are public.

dirttee documentation built on Sept. 14, 2022, 5:06 p.m.