weave_matrix: Weaves two vectors together using alternating indecies

Description Usage Arguments Value Examples

Description

Weaves two vectors together using alternating indecies

Usage

1

Arguments

a

matrix

b

matrix

Value

a matrix

Examples

1
2
3
gg <- matrix(rep(1, 10), nrow = 5)
hh <- matrix(rep(2, 10), nrow = 5)
weave_matrix(a = gg, b = hh)

EmilHvitfeldt/cell documentation built on May 5, 2019, 7:03 p.m.