R/powerlaw-package.R

#' The poweRlaw package
#'
#' The poweRlaw package aims to make fitting power laws and other heavy-tailed distributions
#' straightforward. This package contains R functions for fitting, comparing and visualising heavy
#' tailed distributions. Overall, it provides a principled approach to fitting power laws to data.
#'
#' The code developed in this package has
#' been heavily influenced  by the R code of Laurent Dubroca and Cosma Shalizi.
#' @name poweRlaw-package
#' @references A. Clauset, C.R. Shalizi, and M.E.J. Newman,
#' "Power-law distributions in empirical data" SIAM Review 51(4), 661-703 (2009).
#' @aliases poweRlaw powerlaw powerlaw-package
#' @docType package
#' @author \email{colin.gillespie@@newcastle.ac.uk}
#' @keywords package
#' @seealso <https://github.com/csgillespie/poweRlaw>
NULL

Try the poweRlaw package in your browser

Any scripts or data that you put into this service are public.

poweRlaw documentation built on May 29, 2024, 10:01 a.m.