Learn R Programming

nlist (version 0.1.1)

nlist: Create nlist Object

Description

Creates a nlist_object() from one of more uniquely named natomic_object() arguments.

Usage

nlist(...)

Arguments

...

Uniquely named atomic numeric objects.

Value

An nlist object.

Examples

Run this code
# NOT RUN {
nlist()
nlist(x = 1)
nlist(y = 1:4, zz = matrix(1:9, 3))
# }

Run the code above in your browser using DataLab