BayesianTools (version 0.1.0)

plotTimeSeries: Plots a time series, with the option to include confidence and prediction band

Description

Plots a time series, with the option to include confidence and prediction band

Usage

plotTimeSeries(observed = NULL, predicted = NULL, x = NULL,
  confidenceBand = NULL, predictionBand = NULL, xlab = "Time",
  ylab = "Observed / predicted values", ...)

Arguments

observed
observed values
predicted
predicted values
x
optional values for x axis (time)
confidenceBand
matrix with confidenceBand
predictionBand
matrix with predictionBand
xlab
a title for the x axis
ylab
a title for the y axis
...
further arguments passed to plot

See Also

plotTimeSeriesResults marginalPlot tracePlot correlationPlot