Description Usage Arguments Examples
Side-by-side quantile-quantile plots of the sample versus estimated quantiles.
1 | qqPlot.fdfm(x, qqline = TRUE, ...)
|
x |
an |
qqline |
a logical value. If |
... |
additional arguments are passed to |
1 2 3 4 5 | 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")
|
Loading required package: fit.models
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.