zengaPlot | R Documentation |
Create Zenga plot used to examine if data truly fit a Pareto distribution.
zengaPlot(data)
data |
Required. Vector of values to be plotted |
Returns ggplot2 object.
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.
## Not run: p <- zengaPlot(x) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.