arrayprod | R Documentation |
An auxiliary R function to 'array' multiply an array with a vector, kindly provided by Joris Meys
arrayprod(x, y)
x |
a axbxc array |
y |
a vector of length c |
a axb matrix. The ij-th element equals sum(x[i,j,]*y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.