Description Usage Arguments Value Note Examples
Binds two or more p x k matrices or p x k x n arrays into one three-dimensional array. Dimension names are set by those of first array/matrix entered
1 |
... |
Matrices/arrays to be bound, separated by commas |
Returns new array
See bindArr for more flexible function that allows to bind along different dimensions
1 2 3 | data(londonSet_aligned)
new_array <- bind_arrays(LondonSet_aligned, LondonSet_aligned)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.