robust (version 0.7-4)

plot.fdfm: fdfm Plot Method

Description

Comparison plots for fitted univariate distributions.

Usage

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

Value

x is invisibly returned.

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.

Examples

Run this code
  data(los, package = "robustbase")
  los.fm <- fit.models(c(Robust = "fitdstnRob", MLE = "fitdstn"),
                         x = los, densfun = "gamma")
  plot(los.fm)

Run the code above in your browser using DataLab