Learn R Programming

sstModel (version 1.0.0)

summary.cashflow: Summarizing a Fixed-Income-Asset

Description

summary method for the S3 class cashflow.

Usage

# S3 method for cashflow
summary(object, ...)

Arguments

object

S3 object of class cashflow.

...

additional arguments affecting the summary produced.

Value

an S3 object, instance of class c("summaryDefault", "table").

See Also

summary, cashflow

Examples

Run this code
# NOT RUN {
# Creating a cashflow.
ca <- cashflow(1L, "USD", "AAA", 0.1, 1000)
# summarizing the cashflow.
summary(ca)

# }

Run the code above in your browser using DataLab