R/tam_print_call.R

Defines functions tam_print_call

Documented in tam_print_call

## File Name: tam_print_call.R
## File Version: 0.12


#--- print CALL in summary
tam_print_call <- function(CALL)
{
    s3 <- paste0(CALL, collapse=" ")
    if ( nchar(s3) < 3000 ){
        cat("\nCall:\n", paste(deparse(CALL), sep="\n", collapse="\n"), "\n\n", sep="")
    }
}

Try the TAM package in your browser

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

TAM documentation built on Aug. 29, 2022, 1:05 a.m.