recycle {fsbrain}R Documentation

Recycle parameters or whatever.

Description

Recycle parameters or whatever.

Usage

recycle(x, times)

Arguments

x

a vector of whatever

times

positive integer, the required length of the output

Value

a vector of length 'times', with the recycled 'x'

Note

Todo: most likely there is an R function for this already, find it.


[Package fsbrain version 0.5.5 Index]