interleaven: interleaven

Description Usage Arguments Value See Also Examples

View source: R/grob-utils.r

Description

mix two vectors

Usage

1
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

1
interleaven(replicate(3, rectGrob(), simplify=FALSE), replicate(12, virtualGrob, simplify=FALSE), 4)

gridExtra documentation built on May 2, 2019, 4:59 p.m.