financial (version 0.2)

summary.cf: Summarizing cash flow models

Description

This function gives summary for each step in cash flow model.

Usage

"summary"(object, flows = 2:length(object$cf), ...)

Arguments

object
an object of "cf" class, created using cf.
flows
a vector of first flow numbers to summarize, default is from first two flows to all flows.
...
additional arguments, currently ignored.

Details

Summarizing is done by printing all information for first "flows" flows. By default, the summary of first 2, 3, 4 ... n flows are printed.

See Also

cf

Examples

Run this code
y = cf(c(-10,5,5,5,5,5))
summary(y)

Run the code above in your browser using DataLab