emplot {evir} | R Documentation |
Plot of Empirical Distribution Function
Description
Plots empirical distribution function of a sample.
Usage
emplot(data, alog = "x", labels = TRUE, ...)
Arguments
data |
data vector |
alog |
whether axes are to be logged: |
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
Examples
## Not run: data(danish)
## Not run: emplot(danish)
# Danish fire insurance data show Pareto tail behaviour
[Package evir version 1.7-4 Index]