zengaPlot: Create Zenga plot used to examine if data truly fit a Pareto...

View source: R/zengaPlot.R

zengaPlotR Documentation

Create Zenga plot used to examine if data truly fit a Pareto distribution.

Description

Create Zenga plot used to examine if data truly fit a Pareto distribution.

Usage

zengaPlot(data)

Arguments

data

Required. Vector of values to be plotted

Value

Returns ggplot2 object.

References

From Cirillo, P. (2013), Are your data really Pareto distributed?, Phys. A Stat. Mech. its Appl., 392(23), 5947-5962, doi:10.1016/j.physa.2013.07.061.

Examples

## Not run: 
p <- zengaPlot(x)
## End(Not run)

KevinShook/WDPMr documentation built on April 23, 2022, 12:32 a.m.