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
bind_arrays(...)
... | Matrices/arrays to be bound, separated by commas |
---|
Returns new array
See bindArr for more flexible function that allows to bind along different dimensions
#> Warning: data set ‘londonSet_aligned’ not foundnew_array <- bind_arrays(LondonSet_aligned, LondonSet_aligned)