Zips the columns of matrices into each other so that for two matrices matrix1 and matrix2 with dimensions [3,4] and [5,2] the end result is cbind(matrix1[,1],matrix2[,1],matrix1[,2],matrix2[,2],matrix1[,3],matrix1[,4]), with NAs on the spare postitions in the matrix.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.