fv.simple {FinCal} | R Documentation |
Estimate future value (fv) of a single sum
fv.simple(r, n, pv)
r |
discount rate, or the interest rate at which the amount will be compounded each period |
n |
number of periods |
pv |
present value |
fv.simple(0.08,10,-300)
fv.simple(r=0.04,n=20,pv=-50000)