powered by
Coerces an nlists object to a data.frame with a term, sample and value column.
# S3 method for nlists as_term_frame(x, ...)
A data.frame.
An nlists object.
Unused.
Other coerce term: as_term.mcmc(), as_term.nlist(), as_term.nlists(), as_term_frame(), as_term_frame.nlist()
as_term.mcmc()
as_term.nlist()
as_term.nlists()
as_term_frame()
as_term_frame.nlist()
as_term_frame(nlists( nlist(x = 1, y = 4:6), nlist(x = 3, y = 1:3) ))
Run the code above in your browser using DataLab