R/print.tvm.R

"print.tvm" <-
function (x,...) 
{

cat("\nTime Value of Money model\n\n");

class(x)=NULL;

print(round(x,2));
cat("\n");

}

Try the financial package in your browser

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

financial documentation built on May 30, 2017, 2:35 a.m.