gridExtra (version 0.6.5)

interleaven: interleaven

Description

mix two vectors

Usage

interleaven(x=letters[1:3], y=1:12, n=4)

Arguments

x
vector
y
vector
n
integer

Value

  • a vector

See Also

rep, ggplot2:interleave

Examples

Run this code
interleaven(replicate(3, rectGrob(), simplify=FALSE), replicate(12, virtualGrob, simplify=FALSE), 4)

Run the code above in your browser using DataCamp Workspace