plot.fdfm | R Documentation |
Comparison plots for fitted univariate distributions.
## S3 method for class 'fdfm'
plot(x, which.plots = 2:3, ...)
x |
an |
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. |
x
is invisibly returned.
data(los, package = "robustbase")
los.fm <- fit.models(c(Robust = "fitdstnRob", MLE = "fitdstn"),
x = los, densfun = "gamma")
plot(los.fm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.