powered by
Plot the quantile-quantile Pareto plot
qqparetoplot(x, ..., highlight=c("red","cross"))
Invisible list with component x for the x-coordinates and y for the y-coordinates.
x
y
data vector.
character string used in points to plot outliers.
points
further arguments for plot.default.
plot.default
Christophe Dutang
qqparetoplot plots the quantile-quantile Pareto plot and may highlight some points having name "new".
qqparetoplot
"new"
##### # (1) small examples set.seed(1234) x <- rupareto(100) qqparetoplot(x) x <- rexp(100) qqparetoplot(x)
Run the code above in your browser using DataLab