R/as-term.R
as_term.mcmc.Rd
Coerce to a Term Vector
# S3 method for class 'mcmc' as_term(x, ...)
An object.
Unused.
Other coerce term: as_term.nlist(), as_term.nlists(), as_term_frame(), as_term_frame.nlist(), as_term_frame.nlists()
as_term.nlist()
as_term.nlists()
as_term_frame()
as_term_frame.nlist()
as_term_frame.nlists()
as_term(as_mcmc(nlist(x = matrix(1:4, ncol = 2)))) #> <term[4]> #> [1] x[1,1] x[2,1] x[1,2] x[2,2]