R/SRM_SUMMARY_PRINT_CALL.R

Defines functions SRM_SUMMARY_PRINT_CALL

## File Name: SRM_SUMMARY_PRINT_CALL.R
## File Version: 0.03

SRM_SUMMARY_PRINT_CALL <- function(object)
{
    s3 <- paste0(object$CALL, collapse = " ")
    if (nchar(s3) < 1000) {
        cat("\nCall:\n", paste(deparse(object$CALL), sep = "\n", collapse = "\n"),
                    "\n\n", sep = "")
    }
}

Try the srm package in your browser

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

srm documentation built on Nov. 3, 2022, 5:06 p.m.