plot-Bayes.pred-ANY-method: Plot method for the Bayesian prediction class object

Description Usage Arguments References

Description

Plot method for the S4 class Bayes.pred

Usage

1
2
3
## 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.


charlottedion/mixedsde documentation built on May 13, 2019, 3:35 p.m.