show,distribution-method {poweRlaw}R Documentation

Generic show method for distribution objects

Description

The distribution objects have an internal structure that is used for caching purposes. Using the default show method gives the illusion of duplicate values. This show method aims to avoid this confusion.

Usage

## S4 method for signature 'distribution'
show(object)

Arguments

object

A distribution object.


[Package poweRlaw version 0.80.0 Index]