Last data update: 2014.03.03

R: Value of a discounted cashflow
disc_cfR Documentation

Value of a discounted cashflow

Description

Value of a discounted cashflow

Usage

disc_cf(fd, cf)

Arguments

fd

The discount factor vector

cf

The cashflow

Examples

disc_cf(fd = c(1, 0.99, 0.98, 0.97), cf = c(1, -0.3, -0.4, -0.6))

Results