rzip: Zips the rows of matrices into each other so that for two...

Description Usage

Description

Zips the rows of matrices into each other so that for two matrices matrix1 and matrix2 with dimensions [4,3] and [2,5] 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.

Usage

1

arnejohannesholmin/AJ documentation built on May 27, 2019, 4:06 a.m.