plotfit: Plot Fit of Discrete Powerlaw Distributions

Description Usage Arguments Examples

View source: R/plotfit.R

Description

Plot fit of discrete powerlaw distributions.

Usage

1
plotfit(o, xmax = 1e+05)

Arguments

o

A discrete powerlaw object.

xmax

The maximum value to show.

Examples

1
2
3
4
x = moby
o = displo(x)
getXmin(o)
plotfit(o)

Example output

Warning message:
no DISPLAY variable so Tk is not available 

Discrete Powerlaw Object 
************************ 
n = 18855 
n (unique) = 272 
xmin = 1 
xmax = 14086 
alpha =  
************************$xmin
[1] 7

$alpha
[1] 1.950157

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

Related to plotfit in staTools...