as.mcmc.list.tidy_steady_states: Convert a tidy_steady_states
object to an mcmc.list
Description
Convert a tidy_steady_states
object to an mcmc.list
Usage
# S3 method for tidy_steady_states
as.mcmc.list(x, ...)
Value
A mcmc.list
object, with ordered iterations.
Arguments
- x
A tidy steady states object, as returned by
tidy_steady_states
. Note that all chains must have the
same iterations extracted (i.e. you must use n_per_chain
when
calling tidy_flows
).
- ...
Not used for now.