Printing a Fixed-Income-Asset
print method for the S3 class cashflow.
## S3 method for class 'cashflow' print(x, ...)
x |
S3 object of class cashflow. |
... |
additional arguments. |
None (invisible NULL).
# Creating a cashflow. ca <- cashflow(1L, "USD", "AAA", 0.5, 1000) # printing the cashflow. print(ca)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.