plotBenfordsLaw {rattle} | R Documentation |
Plots a barchart of Benford's Law and the distribution of the frequencies of the first digit of the numbers supplied as the argument.
plotBenfordsLaw(l)
l |
a vector of numbers to compare to Benford's Law. |
Package home page: http://rattle.togaware.com
# A simple example using the audit data from Rattle. data(audit) plotBenfordsLaw(audit$Income)