matrixIntegrate: Integrate matrices based on their dim names

Description Usage Arguments Value

Description

Integrate matrices based on their dim names

Usage

1
2
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.


Stack documentation built on May 2, 2019, 2:38 a.m.

Related to matrixIntegrate in Stack...