R/print.monitoringStat.R

Defines functions print.monitoringStat

Documented in print.monitoringStat

print.monitoringStat <- function(x, ...) {

  if (!is.null(x$localStat))
    cat('Local defect monitoring statistic:', x$localStat,'\n')

  if (!is.null(x$globalStat))
    cat('Global change monitoring statistic:', x$globalStat,'\n')

  invisible(x)
}

Try the spc4sts package in your browser

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

spc4sts documentation built on May 24, 2022, 5:07 p.m.