R/plot.lmRob.q

Defines functions plot.lmRob

Documented in plot.lmRob

plot.lmRob <- function(x, which.plots = c(5, 2, 6, 4), ...)
{
  fm <- fit.models(x)
  names(fm) <- deparse(substitute(x))

  plot(fm, which.plots = which.plots, ...)

  invisible(x)
}

Try the robust package in your browser

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

robust documentation built on July 9, 2023, 6:14 p.m.