Newly tracked file
R/plot.functions.R
changed.
Other files ignored by Codecov
man/plot.Benford.Rd
has changed.
38 | 38 | ##' @return Plots the Benford object. |
|
39 | 39 | ##' @details If both \code{select} and \code{except} arguments have been provided, but only \code{select} will be considered and \code{except} ignored. |
|
40 | 40 | ##' For more flexibility in plotting, use (`separate plots here`)... |
|
41 | + | ##' @references J. W. Tukey (1977), Exploratory Data Analysis. Addison Wesley, Reading, MA. |
|
42 | + | ##' |
|
43 | + | ##' M. Friendly (2000), Visualizing Categorical Data. SAS Institute, Cary, NC. |
|
41 | 44 | ##' @export |
|
42 | 45 | ##' @importFrom graphics abline axis barplot legend lines par plot rect points arrows layout plot.new title box grid text mtext |
|
43 | 46 | ##' @importFrom stats pchisq var |
Files | Coverage |
---|---|
R | 80.36% |
Project Totals (4 files) | 80.36% |