plothill: Hill plot

Description Usage Arguments Examples

View source: R/plothill.R

Description

Hill plot for discrete power law distributions.

Usage

1
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

1
2
3
x = moby
o = displo(x)
plothill(o)

staTools documentation built on May 2, 2019, 2:17 a.m.

Related to plothill in staTools...