interleave.columns: interleave the columns from multiple tables

Description Usage Arguments Value Author(s)

Description

interleave the columns from multiple tables. The tables must be the same dimensions. For tables A, B, C, the result will be a1,b1,c1,a2,b2,c2,...,aN,bN,cN, where table means a 2D matrix-like object

Usage

1

Arguments

...

at least two matrix-like objects, all with the same dimensions

Value

a data.frame with all the columns interleaved

Author(s)

Mark Cowley, 2005-02-22


drmjc/mjcbase documentation built on May 15, 2019, 2:27 p.m.