qqparetoplot | R Documentation |
Plot the quantile-quantile Pareto plot
qqparetoplot(x, ..., highlight=c("red","cross"))
x |
data vector. |
highlight |
character string used in |
... |
further arguments for |
qqparetoplot
plots the quantile-quantile Pareto plot
and may highlight some points having name "new"
.
Invisible list with component x
for the x-coordinates
and y
for the y-coordinates.
Christophe Dutang
#####
# (1) small examples
set.seed(1234)
x <- rupareto(100)
qqparetoplot(x)
x <- rexp(100)
qqparetoplot(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.