Misc$interleave {IdMappingAnalysis}R Documentation

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:
## S3 method for class 'Misc'
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.

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see Misc.

Examples

## Not run: 
 C<-Misc$interleave(A,B);
 
## End(Not run)

[Package IdMappingAnalysis version 1.28.0 Index]