print.ircurve: Print ircurve

Description Usage Arguments Value Examples

View source: R/ircurve.R

Description

Print ircurve

Usage

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

Arguments

x

an object of class ircurve

...

further arguments passed to or from other methods

Value

Prints the interest rates curve.

Examples

1
2
my_ircurve <- as_ircurve(c(0.022, 0.018))
print(my_ircurve)

actuaryr documentation built on April 14, 2020, 6:15 p.m.