print.ircurve {actuaryr} | R Documentation |
Print ircurve
Description
Print ircurve
Usage
## 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
my_ircurve <- as_ircurve(c(0.022, 0.018))
print(my_ircurve)
[Package actuaryr version 1.1.1 Index]