R/NonMethodFunctions.R

Defines functions VI.hist

Documented in VI.hist

VI.hist =
    function(...) {
      args = list(...)
      VI(hist(...))
      if (!is.null(args$xlab)) {
        cat(paste("N.B. The default text for the x axis has been replaced by: ",
                  args$xlab, "\n", sep = ""))
        cat("\n")
      }
      if (!is.null(args$ylab)) {
        cat(paste("N.B. The default text for the y axis has been replaced by: ",
                  args$ylab, "\n", sep = ""))
        cat("\n")
      }
    }

Try the BrailleR package in your browser

Any scripts or data that you put into this service are public.

BrailleR documentation built on July 26, 2023, 5:46 p.m.