recycle_dots {baffle} | R Documentation |
Recycle dots args
recycle_dots(x, ...)
x |
an integer vector, typically with values ranging from 1 to n, with each integer with each integer specifying an index of element for each item in '...' |
... |
additional arguments, if length of item of '...' is larger than one, its elements are is recycled according to indiced specified by the vector 'x' |
recycled arguments of '...'