Plot of Empirical Distribution Function
Plots empirical distribution function of a sample.
emplot(data, alog = "x", labels = TRUE, ...)
data
: data vectoralog
: 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 parametersThis is a simple explanatory function. A straight line on the double log scale indicates Pareto tail behaviour.
qplot
, meplot
## Not run: data(danish) ## Not run: emplot(danish) # Danish fire insurance data show Pareto tail behaviour
Useful links