Learn R Programming

benford.analysis (version 0.1.5)

print.Benford: Print method for Benford Analysis

Description

The print method for "Benford" objects.

Usage

# S3 method for Benford
print(x, how.many=5, ...)

Arguments

x

a "Benford" object.

how.many

a number that defines how many of the biggest absolute differences to show.

...

arguments to be passed to generic print functions.

Value

Prints the Benford object.