nlists: Create nlists Object

View source: R/nlists.R

nlistsR Documentation

Create nlists Object

Description

Creates an nlists_object() from one of more nlist_object()s.

Usage

nlists(...)

Arguments

...

nlist objects.

Details

An nlists object is a S3 class list of nlist_object() elements with the same names, dimensionalities and typeofs.

nlists objects are useful for storing individual realizations of a simulated data set.

Value

An nlists object.

See Also

nlist()

Examples

nlists()
nlists(nlist())
nlists(nlist(x = 1))
nlists(nlist(x = 1), nlist(x = -3))

poissonconsulting/nlist documentation built on June 14, 2025, 8:54 p.m.