Rdocumentation
powered by
Learn R Programming
ggloop (version 0.1.0)
recycle.NA: A vector recycler using
NA
.
Description
Will recycle using
NA
rather than imitating
R
's internal recycling mechanism.
Usage
recycle.NA(x, y)
Arguments
x, y
Vectors, of which the shorter will be recycled.