Is there a "inner" function that takes a function argument.  Similar to outer
() vs. %o% such that

inner (x, y, FUN = function (z1, z2) sum (z1 * z2))

returns the same result as x %*% y?

Michael

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to