Raw File

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

back to top