Learn R Programming

nlist (version 0.4.0)

nlists: Create nlists Object

Description

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

Usage

nlists(...)

Value

An nlists object.

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.

See Also

nlist()

Examples

Run this code
nlists()
nlists(nlist())
nlists(nlist(x = 1))
nlists(nlist(x = 1), nlist(x = -3))

Run the code above in your browser using DataLab