emplot: Plot of Empirical Distribution Function

Description Usage Arguments Details See Also Examples

Description

Plots empirical distribution function of a sample.

Usage

1
emplot(data, alog = "x", labels = TRUE, ...)

Arguments

data

data vector

alog

whether axes are to be logged: "x" x-axis only; "y" y-axis only; "xy" both axes; "" neither axis.

labels

whether or not axes should be labelled

...

other graphics parameters

Details

This is a simple explanatory function. A straight line on the double log scale indicates Pareto tail behaviour.

See Also

qplot, meplot

Examples

1
2
3
## Not run: data(danish)
## Not run: emplot(danish) 
# Danish fire insurance data show Pareto tail behaviour 

Example output



evir documentation built on May 2, 2019, 12:21 p.m.

Related to emplot in evir...