R/plot.fitdstn.q

Defines functions plot.fitdstn

plot.fitdstn <- function(x, which.plots = 2:3, ...)
{
  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 July 9, 2023, 6:14 p.m.