DescTools (version 0.99.11)

Recycle: Recyle a List of Elements

Description

This function recycles all supplied elments to the maximal dimension.

Usage

Recycle(...)

Arguments

...
a number of vectors of elements.

Value

  • a list of the supplied elements

See Also

rep, replicate

Examples

Run this code
Recycle(x=1:5, y=1, s=letters[1:2])

Run the code above in your browser using DataLab