Learn R Programming

staTools (version 0.1.0)

displo: Discrete Powerlaw Object

Description

This function allows to create a discrete powerlaw object to analyze.

Usage

displo(x, summary = TRUE)

Arguments

x
A vector containing the observations.
summary
Logical, whether print a summary with some information concerning data. By default is set to TRUE.

Examples

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

Run the code above in your browser using DataLab