Last data update: 2014.03.03

R: Plots a rate curve
plot.rate_curveR Documentation

Plots a rate curve

Description

Plots a rate curve

Usage

## S3 method for class 'rate_curve'
plot(x, rate_type = NULL, ...)

Arguments

x

The rate curve

rate_type

The rate types to plot, in c("french","fut","german","zero_eff","zero_nom","swap")

...

Other arguments (unused)

Examples

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"))

## End(Not run)

Results