plot.epimcmc is an S3 method that plots the output of an S3 object of class epimcmc.
## S3 method for class 'epimcmc'plot(x, partype, start =1, end =NULL, thin =1,...)
Arguments
x: An S3 object of class epimcmc (i.e. the output of the epimcmc function).
partype: Determines which of two options to plot the output of the epimcmc function are used: parameter'' produces trace plots for each of the model parameters, and loglik'' produces trace plot of the log-likelihood of the MCMC samples.
start, end, thin: options for creating mcmc object.
...: additional arguments that are passed to the generic plot function.