Description Usage Arguments Value Examples
Plot the estimated densities over a histogram of the data.
| 1 | overlaidDenPlot.fdfm(x, trunc = 1.0 - 1e-3, ...)
 | 
| x | an  | 
| trunc | if non NULL, the maximum x-value of the plot is the
largest  | 
| ... | additional arguments are passed to the plotting functions. | 
x is invisibly returned.
| 1 2 3 4 5 |   data(los, package="robustbase")
  los.fm <- fit.models(c(Robust = "fitdstnRob", MLE = "fitdstn"),
                         x = los, densfun = "gamma")
  overlaidDenPlot.fdfm(los.fm, xlab = "x-axis label", ylab = "y-axis label",
                       main = "Plot Title")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.