Coerce an R object to an nlists_object()
.
as_nlists(x, ...)
# S3 method for class 'list'
as_nlists(x, ...)
# S3 method for class 'mcmc'
as_nlists(x, ...)
# S3 method for class 'mcmc.list'
as_nlists(x, ...)
# S3 method for class 'nlist'
as_nlists(x, ...)
An nlists object.
as_nlists(list)
: Coerce list to nlists
as_nlists(mcmc)
: Coerce mcmc to nlists
as_nlists(mcmc.list)
: Coerce mcmc.list to nlists
as_nlists(nlist)
: Coerce nlist to nlists
Other coerce:
as_nlist()