Learn R Programming

staTools (version 0.1.0)

plothill: Hill plot

Description

Hill plot for discrete power law distributions.

Usage

plothill(o, gxmin = 0, xmax = 1e+05)

Arguments

o
A discrete powerlaw object.
gxmin
Guess on the true value of the lower bound.
xmax
Maximum value considered as candidate for the lower bound. Default is set to 1e5.

Examples

Run this code
x = moby
o = displo(x)
plothill(o)

Run the code above in your browser using DataLab