recycle_dots | 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 '...'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.