R/print.est_multi_poly_between.R

Defines functions print.est_multi_poly_between

Documented in print.est_multi_poly_between

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

Try the MLCIRTwithin package in your browser

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

MLCIRTwithin documentation built on Sept. 30, 2019, 5:04 p.m.