Learn R Programming

FinCal (version 0.6.3)

fv.simple: 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

fv

Examples

Run this code
fv.simple(0.08,10,-300)

fv.simple(r=0.04,n=20,pv=-50000)

Run the code above in your browser using DataLab