R/qicharts2.R

#' \code{qicharts2} package
#'
#' Statistical Process Control chart for R
#' 
#' #' See the README on
#' \url{https://github.com/anhoej/qicharts2/}
#' 
#' @name qicharts2
#' @aliases qicharts2-package
NULL

## Prevent R CMD check notes about missing bindings for global variables
if(getRversion() >= "2.15.1")  
  utils::globalVariables(c(
    # '.',
    # 'baseline',
    # 'dotcol',
    # 'linecol',
    # 'facet1',
    # 'facet2',
    # 'include',
    # 'runs.signal',
    # 'sigma.signal',
    # 'lcl',
    # 'ucl',
    # 'notes',
    'xx',
    'y.sum')
  )

Try the qicharts2 package in your browser

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

qicharts2 documentation built on Aug. 21, 2023, 9:07 a.m.