Description Usage Arguments Value Examples
When x is an array of order K, and y is an array of order K-1, whose dimensions otherwise agree, apply FUN by recycling y as necessary over dimension K of x.
1 | applyFlat(x, y, FUN = "-")
|
x |
array, order K |
y |
array, order K-1 |
FUN |
vectorized binary operation |
array, order K equal to FUN(x,y)
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.