powered by
Returns a particular rate or rates from a curve
# S3 method for rate_curve [(r, rate_type = "zero_eff", x = NULL)
If x is NULL, then returns a rate function of rate_type type. Else, it returns the rates of rate_type type and corresponding to time x
x
NULL
rate_type
The rate_curve object
The rate type
The points in time to return
r <- rate_curve(rates = c(0.1, 0.2, 0.3), rate_type = "zero_eff") r["zero_eff"] r["swap",c(1.5, 2)]
Run the code above in your browser using DataLab