| combine_vectors {tern} | R Documentation | 
Element-wise combination of two vectors
Description
Element-wise combination of two vectors
Usage
combine_vectors(x, y)
Arguments
x | 
 (  | 
y | 
 (  | 
Value
A list where each element combines corresponding elements of x and y.
Examples
combine_vectors(1:3, 4:6)
[Package tern version 0.9.5 Index]