"plot"(
x, plot.MMrate = TRUE,
plot.mats = c(1, 2, 5, 10),
cols = rainbow(length(plot.mats)),
start.t = x[[1]]$t,
end.t = x[[length(x)]]$t + 0.5,
xlab = "Year",
ylab = "Interest Rate (%)",
...)
"plot"(x,ylab="PV ($)",xlab="Time",...)
"plot"(x,which=c("pv","duration"),n.ticks=7,...)
"plot"(x,t=ncol(x$prob.tree),...)
"plot"(x,...)