Learn R Programming

nlist (version 0.1.1)

nlists-object: nlists Object

Description

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

Arguments

Details

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

Examples

Run this code
# NOT RUN {
nlists(nlist(x = 1, zz = matrix(1:9, 3)), nlist(x = 3.5, zz = matrix(2:10, 3)))
# }

Run the code above in your browser using DataLab