plot,Bayes.pred,ANY-method {mixedsde} | R Documentation |
Plot method for the Bayesian prediction class object
Description
Plot method for the S4 class Bayes.pred
Usage
## S4 method for signature 'Bayes.pred,ANY'
plot(x, newwindow = FALSE,
plot.legend = TRUE, ylim, xlab = "times", ylab = "X", col = 3,
lwd = 2, ...)
Arguments
x |
Bayes.fit class |
newwindow |
logical(1), if TRUE, a new window is opened for the plot |
plot.legend |
logical(1) |
ylim |
optional |
xlab |
optional, default 'times' |
ylab |
optional, default 'X' |
col |
color for the prediction intervals, default 3 |
lwd |
linewidth for the prediction intervals, default 2 |
... |
optional plot parameters |
References
Dion, C., Hermann, S. and Samson, A. (2016). Mixedsde: a R package to fit mixed stochastic differential equations.
[Package mixedsde version 5.0 Index]