Learn R Programming

Stack (version 2.0-1)

matrixIntegrate: Integrate matrices based on their dim names

Description

Integrate matrices based on their dim names

Usage

matrixIntegrate(x, y, x.names = dimnames(x), y.names = dimnames(y), joinFunction = pasteExp)

Arguments

x
matrix
y
matrix
x.names
a list of length 2
y.names
a list of length 2
joinFunction
function used to join things

Value

union of x and y, with write something about expected return ordering.