merge.matrix {RMixpanel} | R Documentation |
Merge two matrices by common column names. Resulting matrix includes all data. Empty cells are filled with NA's.
## S3 method for class 'matrix'
merge(x, y, ...)
x |
First matrix to be merged. |
y |
Second matrix to be merged. |
... |
Not used. |
A matrix resulting from a join of the 2 matrices.
Meinhard Ploner