qqPlot.fdfm | R Documentation |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.