Plot method for bdp_dw_result class
# S3 method for bdp_dw_result
plot(
x,
which = 1:4,
ask = prod(par("mfcol")) < length(which) && dev.interactive(),
col = hcl.colors(200, "Blue-Red 3"),
...
)
object of class bdp_dw_result
if a subset of the plots is required, specify a subset of the numbers 1:6. 1 indicates posterior mean, 2 indicates posterior median, 3 for lower bound of pointwise 90 percent credible region, 4 for upper bound of pointewise 90 percent credible region, 5 indicates lower bound of uniform 90 percent credible region, 6 indicates upper bound of uniform 90 percent credible region.
logical; if TRUE, the user is asked before each plot.
choice of color, default hcl.colors(200, "Blue-Red 3").
other parameters to be passed through to image.default