cashflow {tvm} | R Documentation |
Get the cashflow for a loan
Description
Returns the cashflow for the loan, excluding the initial inflow for the loan taker
Usage
cashflow(l)
Arguments
l |
The loan |
Examples
l <- loan(rate = 0.05, maturity = 10, amt = 100, type = "bullet")
cashflow(l)
[Package tvm version 0.5.2 Index]