The plot
method for "Benford" objects.
# S3 method for Benford
plot(x,except=c("mantissa","abs diff"), multiple=TRUE, ...)
a "Benford" object
it specifies which plots are not going to be plotted. Currently, you can choose from 7 plots: "digits", "second order", "summation", "mantissa", "chi square", "abs diff", "ex summation". If you want to plot all, just put except = "none". The default is not to plot the "mantissa" and "abs diff".
if TRUE, all plots are grouped in the same window.
arguments to be passed to generic plot functions,
Plots the Benford object.