bind {narray} | R Documentation |
Binds arrays together disregarding names
bind(..., along = length(dim(arrayList[[1]])) + 1)
... |
N-dimensional arrays, or a list thereof |
along |
Along which axis to bind them together (default: new axis) |
A joined array