Learn R Programming

staTools (version 0.1.0)

inspect: Inspect Discrete Powerlaw Distributions

Description

A graphical tool to inspect discrete powerlaw distributions.

Usage

inspect(o, plot = TRUE, guess = 1, showQ = FALSE, plothill = TRUE, summary = TRUE, xmax = 1e+05)

Arguments

o
A discrete powerlaw object.
plot
Logical, whether to show the plot. By default is set to TRUE.
guess
A guess on the true value of the lower bound. By default is set to 1.
showQ
Logical, whether to show the quantiles of the distribution. By default is set to FALSE.
plothill
Logical, whether to show Hill plot. By default is set to TRUE.
summary
Logical, whether to print some information about the powerlaw distribution. By default is set to TRUE.
xmax
The maximum value to consider as candidate for the lower bound.

Examples

Run this code
x = moby
o = displo(x)
inspection = inspect(o, guess = 7)

Run the code above in your browser using DataLab