Brq functionplot.Brq is an S3 method that produces histogram, autocorrelation and trace plots for the objects of Brq function
# S3 method for 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, ...)an output object of the Brq function, i.e. an S3 object of class Brq.
should be "hist", "trace", "ACF", "traceACF", "histACF", "tracehist" or "traceACFhist".
Regression parameters that should be plotted
a single number giving the number of cells for the histogram,
line width relative to the default (default=1). 2 is twice as wide.
color for the histograms
color for the density of the histograms
color for the autocorrelation
color for the trace plots
additional arguments that are passed to the generic plot function