fv.simple {FinCal} | R Documentation |
Estimate future value (fv) of a single sum
Description
Estimate future value (fv) of a single sum
Usage
fv.simple(r, n, pv)
Arguments
r |
discount rate, or the interest rate at which the amount will be compounded each period |
n |
number of periods |
pv |
present value |
See Also
Examples
fv.simple(0.08,10,-300)
fv.simple(r=0.04,n=20,pv=-50000)
[Package FinCal version 0.6.3 Index]