Description Usage Arguments Value Author(s) See Also Examples
Interleave two matrixes by columns.
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, ...)
|
A |
First |
B |
Second |
... |
Not used |
matrix
composed of A and B merged by interleaving of their columns.
Alex Lisovich, Roger Day
For more information see Misc
.
1 2 3 4 | ## Not run:
C<-Misc$interleave(A,B);
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.