Quantile-quantile plots are used to compare a "theoretical" or empirical distribution to a reference distribution. They can also compare the quantiles of two reference distributions.
qqplot(x, y, npoints = 3000, idline = TRUE, plot = TRUE, ...)
distr6
object or numeric vector.
distr6
object or numeric vector.
number of evaluation points.
logical; if TRUE (default), the line \(y = x\) is plotted
logical; if TRUE (default), figures are displayed in the plot window; otherwise a data.table::data.table of points and calculated values is returned.
graphical parameters.
If x
or y
are given as numeric vectors then they are first passed to the
Empirical distribution. The Empirical distribution is a discrete distribution so quantiles
are equivalent to the the Type 1 method in quantile
.
plot.Distribution
for plotting a distr6
object.