| plot.exdqlmSynthesis | R Documentation |
exdqlmSynthesis ObjectsPlot the pointwise posterior predictive interval produced by
quantileSynthesis. The method is intentionally separate from
quantileSynthesis() so the synthesis step remains a computation,
while the returned object still has a standard plotting interface.
## S3 method for class 'exdqlmSynthesis'
plot(
x,
y = NULL,
time = NULL,
add = FALSE,
interval = 0.95,
show.median = TRUE,
show.mean = FALSE,
band.col = grDevices::adjustcolor("lightblue", alpha.f = 0.35),
median.col = "blue",
mean.col = "darkblue",
y.col = "dark grey",
border = NA,
xlab = "time",
ylab = "posterior predictive synthesis",
main = NULL,
xlim = NULL,
ylim = NULL,
...
)
x |
An |
y |
Optional observed series to overlay. |
time |
Optional time vector for the synthesized summaries. If omitted,
|
add |
Logical; add the synthesis interval to an existing plot. |
interval |
Numeric in |
show.median |
Logical; draw the synthesized posterior median. |
show.mean |
Logical; draw the synthesized posterior mean. |
band.col |
Fill color for the predictive interval. |
median.col |
Color for the posterior median line. |
mean.col |
Color for the posterior mean line. |
y.col |
Color for the optional observed series. |
border |
Border color for the predictive interval polygon. |
xlab, ylab, main |
Graphical labels. |
xlim, ylim |
Optional axis limits. |
... |
Additional graphical arguments passed to the initial
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.