carloscinelli / benford.analysis

Tools that make it easier to use Benford’s law for data validation and forensic analytics.
61 stars 15 forks source link

Adjustment in plot functions #25

Closed carloscinelli closed 5 years ago

carloscinelli commented 5 years ago

@rafaelslins

rafaelslins commented 5 years ago

Hi Carlos,

There is a limitation on the number of characters to use according to this message:

" Rd file 'plot.Benford.Rd': \usage lines wider than 90 characters: plot(x,except=c("mantissa","abs diff","rootogram digits","rootogram second order"),multiple=TRUE,col.bar="lightblue",grid=TRUE, ...)

These lines will be truncated in the PDF manual.

0 errors v | 0 warnings v | 1 note x"

It seems not possible to remove rootograms by default. What to do not to break the code?

carloscinelli commented 5 years ago

Remove the usage section, Roxygen will create the correct break by default.

rafaelslins commented 5 years ago

Done!