qqpareto: The QQ Pareto plot

Description Usage Arguments Details Value Author(s) Examples

Description

Plot the quantile-quantile Pareto plot

Usage

1
qqparetoplot(x, ..., highlight=c("red","cross"))

Arguments

x

data vector.

highlight

character string used in points to plot outliers.

...

further arguments for plot.default.

Details

qqparetoplot plots the quantile-quantile Pareto plot and may highlight some points having name "new".

Value

Invisible list with component x for the x-coordinates and y for the y-coordinates.

Author(s)

Christophe Dutang

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#####
# (1) small examples

set.seed(1234)
x <- rupareto(100)
qqparetoplot(x)

x <- rexp(100)
qqparetoplot(x)

		

RTDE documentation built on Jan. 8, 2020, 5:09 p.m.

Related to qqpareto in RTDE...