Learn R Programming

IdMappingAnalysis (version 1.16.0)

Misc$interleave: Interleave two matrixes by columns

Description

Interleave two matrixes by columns.

Usage

## Static method (use this): ## Misc$interleave(A, B, ...)
## Don't use the below: "interleave"(stati, A, B, ...)

Arguments

A
First matrix.
B
Second matrix.
...
Not used

Value

matrix composed of A and B merged by interleaving of their columns.

See Also

For more information see Misc.