Learn R Programming

capitalR (version 1.3.0)

fv: Future Value

Description

Calculates the Future Value given a Present Value

Usage

fv(pv, r, n)

Arguments

pv

Present Value

r

Discount Rate

n

Number of Compounding Periods

Value

Returns the Future Value

Examples

Run this code
# NOT RUN {
fv(5000, 0.08/12, 5*12)
# }

Run the code above in your browser using DataLab