plot.fdfm: fdfm Plot Method

Description Usage Arguments Value Examples

View source: R/plot.fdfm.q

Description

Comparison plots for fitted univariate distributions.

Usage

1
2
## S3 method for class 'fdfm'
plot(x, which.plots = 2:3, ...)

Arguments

x

an fdfm object.

which.plots

either "ask", "all", or an integer vector specifying which plots to draw. In the latter case, use the plot numbers given in the "ask" menu.

...

additional arguments are passed to the plotting functions.

Value

x is invisibly returned.

Examples

1
2
3
4
  data(los, package = "robustbase")
  los.fm <- fit.models(c(Robust = "fitdstnRob", MLE = "fitdstn"),
                         x = los, densfun = "gamma")
  plot(los.fm)

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

Related to plot.fdfm in robust...