print.cashflow: Printing a Fixed-Income-Asset

Description Usage Arguments Value See Also Examples

Description

print method for the S3 class cashflow.

Usage

1
2
## S3 method for class 'cashflow'
print(x, ...)

Arguments

x

S3 object of class cashflow.

...

additional arguments.

Value

None (invisible NULL).

See Also

print, cashflow

Examples

1
2
3
4
# Creating a cashflow.
ca <- cashflow(1L, "USD", "AAA", 0.5, 1000)
# printing the cashflow.
print(ca)

sstModel documentation built on May 2, 2019, 12:16 p.m.