cfd: Cashflow Diagram

View source: R/cdar.R

cfdR Documentation

Cashflow Diagram

Description

This R function will provide a cashflow diagram with the given cashflow streams and their times.

Usage

cfd(cf_t0, cf, times)

Arguments

cf_t0

Cashflows at time 0

cf

Cashflow vector

times

Cashflow times

Value

Returns the Cashflow digram for the given cashflow streams

Examples

cfd(cf_t0 = -1000, cf=c(200,200,1000), times = c(1,1,2))

Bahram-Abediniangerabi/ConstructionAnalyticsR documentation built on March 6, 2023, 7:52 a.m.