adjustLengths {mixAR} | R Documentation |
Adjust the length of the second argument to be the same as that of the first one. Appends 0's if the second argument is shorter and drops excess elements if it is longer.
adjustLengths(x, y)
x |
the template vector |
y |
the vector to be adjusted |
A vector of the same length as x