Overlaid Density Plot
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") 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")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.