README.md

PowerLawPlots

Gregorio Alanis-Lobato

A very simple set of functions to generate power-law distributed data and to plot continuous and discrete power law distributions.

Installation

  1. Install the devtools package from CRAN if you haven't done so:
install.packages("devtools")
  1. Load the devtools package:
library("devtools")
  1. Install PowerLawPlots using the install_github function:
install_github("galanisl/PowerLawPlots")

Usage

To start using PowerLawPlots, load the package:

library("PowerLawPlots")

To use the main two functions, check the documentation as follows:

?plot_pl_pdf
?plot_pl_cdf


galanisl/PowerLawPlots documentation built on May 5, 2019, 12:30 p.m.