Usage
## S3 method for class 'cubicsplines':
plot(x, matrange = c(min(mapply(function(i) min(x$y[[i]][, 1]),
seq(x$n_group))), max(mapply(function(i) max(x$y[[i]][, 1]),
seq(x$n_group)))), multiple = FALSE,
ctype = "spot", lwd=2, lty=1, type = "l",
errors = "price", inset = c(0.8, 0.1), ask=TRUE, ...)
Arguments
x
object of the class "cubicsplines".
matrange
maturity range for the plot, e.g. c(2,10).
multiple
if TRUE all curves are plotted together (default: FALSE).
ctype
parameter setting for the desired curve type, "spot" ("forward", "discount", "spread") for the spot rate (forward rate, discount factor, spread) curves. Use "none"
errors
Specify the type of the error plot. If "price" ("yield") the price (yield) errors will be plot. Use "none" if no error plot is desired.
lwd
the line width, for details see par. lty
the line type, for details see par. type
1-character string giving the type of plot desired, for details see plot.default. inset
inset distance(s) from the margins as a fraction of the plot region, for details see legend. ask
if TRUE (and the Rsession is interactive) the user is asked for input, before a new figure is drawn, see par for details. ...
other graphical parameters, see par.