| as_nlists {nlist} | R Documentation |
Coerce to nlists
Description
Coerce an R object to an nlists_object().
Usage
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, ...)
Arguments
x |
An object. |
... |
Unused. |
Value
An nlists object.
Methods (by class)
-
list: Coerce list to nlists -
mcmc: Coerce mcmc to nlists -
mcmc.list: Coerce mcmc.list to nlists -
nlist: Coerce nlist to nlists
See Also
Other coerce:
as_nlist()
Examples
as_nlists(list(nlist(x = c(1, 5)), nlist(x = c(2, 3)), nlist(x = c(3, 2))))
[Package nlist version 0.3.3 Index]