Comparison Quantile-Quantile Plot
Side-by-side quantile-quantile plots of the sample versus estimated quantiles.
qqPlot.fdfm(x, qqline = TRUE, ...)
x |
an |
qqline |
a logical value. If |
... |
additional arguments are passed to |
data(los, package = "robustbase") los.fm <- fit.models(c(Robust = "fitdstnRob", MLE = "fitdstn"), x = los, densfun = "gamma") qqPlot.fdfm(los.fm, xlab = "x-axis label", ylab = "y-axis label", main = "Plot Title", pch = 4, col = "purple")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.