plot.bayesm.mat is an S3 method to plot sequence plots of MCMC draws and acfs.
The columns in the array correspond to parameters and the rows to MCMC draws.## S3 method for class 'bayesm.mat':
plot(x,names, ...)plot.bayesm.mat will be invoked by a call to the generic plot function as in
plot(object) where object is of class bayesm.mat.
This function is a simplified version of the equivalent function in bayesm::plot.bayesm.mat.