R/mlnormal_verbose_f0.R

Defines functions mlnormal_verbose_f0

## File Name: mlnormal_verbose_f0.R
## File Version: 0.05

mlnormal_verbose_f0 <- function(verbose, disp)
{
    if (verbose){
        cat(disp)
        cat("Preprocess data   ", paste( Sys.time() ), "\n" )
        utils::flush.console()
    }
}

Try the LAM package in your browser

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

LAM documentation built on May 18, 2022, 5:17 p.m.