Learn R Programming

FinCal (version 0.6.3)

fv.uneven: Computing the future value of an uneven cash flow series

Description

Computing the future value of an uneven cash flow series

Usage

fv.uneven(r, cf)

Arguments

r
stated annual rate
cf
uneven cash flow

See Also

fv.simple

Examples

Run this code
fv.uneven(r=0.1, cf=c(-1000, -500, 0, 4000, 3500, 2000))

Run the code above in your browser using DataLab