print.Benford {benford.analysis} | R Documentation |
Print method for Benford Analysis
Description
The print
method for "Benford" objects.
Usage
## S3 method for class '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.
[Package benford.analysis version 0.1.5 Index]