interleave.Misc: Interleave two matrixes by columns

Description Usage Arguments Value Author(s) See Also Examples

Description

Interleave two matrixes by columns.

Usage

1
2
3
4
5
6
## 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

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

IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.