Learn R Programming

actuaryr (version 1.1.1)

print.ircurve: Print ircurve

Description

Print ircurve

Usage

# S3 method for 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

Run this code
# NOT RUN {
my_ircurve <- as_ircurve(c(0.022, 0.018))
print(my_ircurve)
# }

Run the code above in your browser using DataLab