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