plot.bayescomm {BayesComm} | R Documentation |
plot.bayescomm
creates summary plots of a subset of the parameter chains in a bayescomm
object using the coda
package.
## S3 method for class 'bayescomm'
plot(x, chain, ...)
x |
a |
chain |
a character string of the parameter chains to plot |
... |
further arguments to pass to |
chain
should be one of 'R'
(for correlation coefficients) or 'B$sp'
where sp
is the species of interest (for regression coefficients).
m1 <- example(BC)[[1]]
plot(m1, 'R')
plot(m1, 'B$sp1')