plot.Brq {Brq} | R Documentation |
Produce the histogram, autocorrelation and trace plots for the objects of Brq
function
Description
plot.Brq
is an S3 method that produces histogram, autocorrelation and trace plots for the objects of Brq
function
Usage
## S3 method for class 'Brq'
plot(x, plottype=c("hist", "trace", "ACF", "traceACF", "histACF","tracehist",
"traceACFhist"),Coefficients=1,breaks=30,lwd=1,col1=0,col2=1,col3=1,col4=1, ...)
Arguments
x |
an output object of the |
plottype |
should be "hist", "trace", "ACF", "traceACF", "histACF", "tracehist" or "traceACFhist". |
Coefficients |
Regression parameters that should be plotted |
breaks |
a single number giving the number of cells for the histogram, |
lwd |
line width relative to the default (default=1). 2 is twice as wide. |
col1 |
color for the histograms |
col2 |
color for the density of the histograms |
col3 |
color for the autocorrelation |
col4 |
color for the trace plots |
... |
additional arguments that are passed to the generic |
[Package Brq version 3.0 Index]