R/plot.covClassic.q

Defines functions plot.covClassic

Documented in plot.covClassic

plot.covClassic <- function(x, which.plots = c(4, 3, 5), ...)
{
  x.name <- deparse(substitute(x))
  fm <- fit.models(x)
  names(fm) <- x.name

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

  invisible(fm)
}

Try the robust package in your browser

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

robust documentation built on May 2, 2019, 5:20 p.m.