Learn R Programming

CARRoT (version 3.0.2)

comb: Combining in a list

Description

Function for combining outputs in a list

Usage

comb(...)

Arguments

...

an argument of mapply used by this function

See Also

Function mapply

Examples

Run this code
#array of numbers to be separated in a list

a<-1:4

#running the function

comb(a)

Run the code above in your browser using DataLab