summary.cf {financial}R Documentation

Summarizing cash flow models

Description

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

Usage

summary.cf(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.

Author(s)

Lukasz Komsta

See Also

cf

Examples

y = cf(c(-10,5,5,5,5,5))
summary(y)

[Package financial version 0.1 Index]