print.ircurve {actuaryr} | R Documentation |
Print ircurve
## S3 method for class 'ircurve'
print(x, ...)
x |
an object of class ircurve |
... |
further arguments passed to or from other methods |
Prints the interest rates curve.
my_ircurve <- as_ircurve(c(0.022, 0.018))
print(my_ircurve)