as_term.mcmc: Coerce to a Term Vector

View source: R/as-term.R

as_term.mcmcR Documentation

Coerce to a Term Vector

Description

Coerce to a Term Vector

Usage

## S3 method for class 'mcmc'
as_term(x, ...)

Arguments

x

An object.

...

Unused.

See Also

Other coerce term: as_term.nlist(), as_term.nlists(), as_term_frame(), as_term_frame.nlist(), as_term_frame.nlists()

Examples

as_term(as_mcmc(nlist(x = matrix(1:4, ncol = 2))))

nlist documentation built on June 8, 2025, 9:41 p.m.