R/print.extRC.R

Defines functions print.extRC

Documented in print.extRC

print.extRC <- function(x, ...){
	
# print output	
	cat("\nCall:\n")
    print(x$call)
    cat("\n")
    
}

Try the extRC package in your browser

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

extRC documentation built on Oct. 23, 2020, 7:07 p.m.