comb {CARRoT} | R Documentation |
Combining in a list
Description
Function for combining outputs in a list
Usage
comb(...)
Arguments
... |
an argument of |
See Also
Function mapply
Examples
#array of numbers to be separated in a list
a<-1:4
#running the function
comb(a)
[Package CARRoT version 3.0.2 Index]