powered by
Plots a rate curve
# S3 method for rate_curve plot(x, rate_type = NULL, ...)
The rate curve
The rate types to plot, in c("french","fut","german","zero_eff","zero_nom","swap")
Other arguments (unused)
# NOT RUN { r <- rate_curve(rates = c(0.1, 0.2, 0.3), rate_type = "zero_eff") plot(r) # } # NOT RUN { plot(r, rate_type = "german") plot(r, rate_type = c("french", "german")) # }
Run the code above in your browser using DataLab