Summarizing a Fixed-Income-Asset
summary method for the S3 class cashflow.
## S3 method for class 'cashflow' summary(object, ...)
object |
S3 object of class cashflow. |
... |
additional arguments affecting the summary produced. |
an S3 object, instance of class c("summaryDefault", "table")
.
# Creating a cashflow. ca <- cashflow(1L, "USD", "AAA", 0.1, 1000) # summarizing the cashflow. summary(ca)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.