Description Usage Arguments Value Examples
This function works similarly as base::outer()
except that it allows the
multiplication of more arguments than just two.
1 |
f |
The function to be used on the outer products |
... |
Vectors, matrices or arrays whose values will be used as arguments
to the function |
An array that is an outer product of the input arguments.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.