cfd | R Documentation |
This R function will provide a cashflow diagram with the given cashflow streams and their times.
cfd(cf_t0, cf, times)
cf_t0 |
Cashflows at time 0 |
cf |
Cashflow vector |
times |
Cashflow times |
Returns the Cashflow digram for the given cashflow streams
cfd(cf_t0 = -1000, cf=c(200,200,1000), times = c(1,1,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.