R/print.HLSM.R

Defines functions print.HLSM

Documented in print.HLSM

print.HLSM = function(x, ...){
    cat("Call:\n")
    print(x$call)
}

Try the HLSM package in your browser

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

HLSM documentation built on Dec. 11, 2021, 9:43 a.m.