overlaidDenPlot.fdfm | R Documentation |
Plot the estimated densities over a histogram of the data.
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.
data(los, package="robustbase")
## Not run:
los.fm <- fit.models(c(Robust = "fitdstnRob", MLE = "fitdstn"),
x = los, densfun = "gamma")
los.fm <- fit.models(c(Robust = "fitdstnRob", MLE = "fitdstn"),
x = los, densfun = "weibull")
overlaidDenPlot.fdfm(los.fm, xlab = "x-axis label", ylab = "y-axis label",
main = "Plot Title")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.