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