powered by
Plots a rate curve
# S3 method for rate_curve plot(x, rate_type = NULL, y_labs_perc = TRUE, y_labs_acc = NULL, ...)
The rate curve
The rate types to plot, in c("french", "fut", "german", "zero_eff", "zero_nom", "swap", "zero_cont")
If TRUE, the y axe is labeled with percentages
If y_labs_perc is TRUE, the accuracy for the percentages (i.e., 1 for xx%, 0.1 for xx.x%, 0.01 for xx.xx%, etc)
Other arguments (unused)
r <- rate_curve(rates = c(0.1, 0.2, 0.3), rate_type = "zero_eff") plot(r) if (FALSE) { plot(r, rate_type = "german") plot(r, rate_type = c("french", "german")) }
Run the code above in your browser using DataLab