Learn R Programming

sstModel (version 1.0.0)

print.cashflow: Printing a Fixed-Income-Asset

Description

print method for the S3 class cashflow.

Usage

# S3 method for cashflow
print(x, ...)

Arguments

x

S3 object of class cashflow.

...

additional arguments.

Value

None (invisible NULL).

See Also

print, cashflow

Examples

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

# }

Run the code above in your browser using DataLab