merge.matrix: Merge Two Matrices

Description Usage Arguments Value Author(s)

View source: R/merge.matrix.R

Description

Merge two matrices by common column names. Resulting matrix includes all data. Empty cells are filled with NA's.

Usage

1
2
## S3 method for class 'matrix'
merge(x, y, ...)

Arguments

x

First matrix to be merged.

y

Second matrix to be merged.

...

Not used.

Value

A matrix resulting from a join of the 2 matrices.

Author(s)

Meinhard Ploner


RMixpanel documentation built on May 1, 2019, 10:46 p.m.