qqPlot.fdfm {robust} | R Documentation |
Comparison Quantile-Quantile Plot
Description
Side-by-side quantile-quantile plots of the sample versus estimated quantiles.
Usage
qqPlot.fdfm(x, qqline = TRUE, ...)
Arguments
x |
an |
qqline |
a logical value. If |
... |
additional arguments are passed to |
Examples
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")
[Package robust version 0.7-4 Index]