combine {actel} | R Documentation |
Combine a list of vectors
Description
Intended to combine vectors where, for each position, only one of the vectors contains data (i.e. the remaining are NA's).
Usage
combine(input)
Arguments
input |
a list of vectors with non-overlapping data. |
Value
A vectorized combination of the data in the different list vectors.
[Package actel version 1.3.0 Index]