
Last chance! 50% off unlimited learning
Sale ends in
plot.bayescomm
creates summary plots of a subset of the parameter chains in a bayescomm
object using the coda
package.
"plot"(x, chain, ...)
bayescomm
object
plot.mcmc
chain
should be one of 'R'
(for correlation coefficients) or 'B$sp'
where sp
is the species of interest (for regression coefficients).
BC
, plot.mcmc
m1 <- example(BC)[[1]]
plot(m1, 'R')
plot(m1, 'B$sp1')
Run the code above in your browser using DataLab