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(...)

Arguments

...

Matrices/arrays to be bound, separated by commas

Value

Returns new array

Note

See bindArr for more flexible function that allows to bind along different dimensions

Examples

data(londonSet_aligned)
#> Warning: data set ‘londonSet_aligned’ not found
new_array <- bind_arrays(LondonSet_aligned, LondonSet_aligned)