R/Bolstad.control.R

Defines functions Bolstad.control

#' Control Bolstad functions
#' @param plot if \code{TRUE} then draw a plot (for functions that actually have plots)
#' @param quiet if \code{TRUE} then suppress the function output
#' @param ... additional parameters
#'
#' @return an invisible list of options and their values
#' @export
Bolstad.control = function(plot = TRUE, quiet = FALSE, ...){
  invisible(list(
            plot = plot,
            quiet = quiet))
}
jmcurran/Bolstad documentation built on Oct. 28, 2024, 12:10 a.m.