| check_chains | R Documentation | 
Plots HMC chains for a bayesnecfit or
bayesmanecfit model fit as returned by bnec.
check_chains(x, ...)
## S3 method for class 'bayesnecfit'
check_chains(x, ...)
## S3 method for class 'bayesmanecfit'
check_chains(x, filename = NA, ...)
| x | An object of class  | 
| ... | Unused. | 
| filename | An optional  | 
No return value, generates a plot or writes a pdf to file.
## Not run: 
library(bayesnec)
check_chains(manec_example)
nec4param <- pull_out(manec_example, model = "nec4param")
check_chains(nec4param)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.