clist: clist can combine two lists with the same structure.

Description Usage Arguments Value

Description

clist can combine two lists with the same structure.

Usage

1
clist(list1, list2)

Arguments

list1,

the first list, each element is a vector

list2,

the second list, each element is a vector

Value

a list with the same structure of list1 or list2, each element is the concatenation of the corresponding element from list1 and list2


Struglab/RVS documentation built on May 9, 2019, 3:11 p.m.