powered by
Plots empirical distribution function of a sample.
emplot(data, alog = "x", labels = TRUE, …)
data vector
whether axes are to be logged: "x" x-axis only; "y" y-axis only; "xy" both axes; "" neither axis.
"x"
"y"
"xy"
""
whether or not axes should be labelled
other graphics parameters
This is a simple explanatory function. A straight line on the double log scale indicates Pareto tail behaviour.
qplot, meplot
qplot
meplot
# NOT RUN { data(danish) # } # NOT RUN { emplot(danish) # } # NOT RUN { # Danish fire insurance data show Pareto tail behaviour # }
Run the code above in your browser using DataLab