Description Usage Arguments Details Value Examples
Tile an array
1 | rray_tile(x, times)
|
x |
A vector, matrix, array or rray. |
times |
An integer vector. The number of times to repeat the array along an axis. |
rray_tile()
should not be used as a replacement for rray_broadcast()
,
as it is generally less efficient.
x
with dimensions repeated as described by times
.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.