outerec {svs} | R Documentation |
Recursive Application of the Outer Product
Description
A helper function for computing the outer product of two or more arrays.
Usage
outerec(...)
Arguments
... |
The specification of two or more arrays (separated by comma's or contained in a list). |
Value
An array with the outer product of all the arrays specified in ...
.
[Package svs version 3.1.1 Index]