plot.bdp_dw_result {beyondWhittle} | R Documentation |
Plot method for bdp_dw_result class
Description
Plot method for bdp_dw_result class
Usage
## S3 method for class 'bdp_dw_result'
plot(
x,
which = 1:4,
ask = prod(par("mfcol")) < length(which) && dev.interactive(),
col = hcl.colors(200, "Blue-Red 3"),
...
)
Arguments
x |
object of class bdp_dw_result |
which |
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. |
ask |
logical; if TRUE, the user is asked before each plot. |
col |
choice of color, default hcl.colors(200, "Blue-Red 3"). |
... |
other parameters to be passed through to |
[Package beyondWhittle version 1.2.1 Index]