plot.qbld {qbld} | R Documentation |
Plot QBLD
Description
Plots ‘qbld’ class object.
Usage
## S3 method for class 'qbld'
plot(x,trace = TRUE,density = TRUE,auto.layout = TRUE,ask = dev.interactive(),...)
Arguments
x |
: ‘qbld’ class object to plot. |
trace |
: Whether or not to plot trace plots for covariates, TRUE by default |
density |
: Whether or not to plot density for covariates, TRUE by default. |
auto.layout |
: Auto set layout or not, TRUE as default. Plots according to the local settings if false. |
ask |
: For Interactive plots |
... |
: Other plot arguments |
Value
Plots as specified.
See Also
[Package qbld version 1.0.3 Index]