summary.cf {financial} | R Documentation |
This function gives summary for each step in cash flow model.
summary.cf(object, flows = 2:length(object$cf), ...)
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. |
Summarizing is done by printing all information for first "flows" flows. By default, the summary of first 2, 3, 4 ... n flows are printed.
Lukasz Komsta
y = cf(c(-10,5,5,5,5,5)) summary(y)