84d8ed1a71
Combine multi-dimensional arrays. This is a generalization of cbind and rbind. Takes a sequence of vectors, matrices, or arrays and produces a single array of the same or higher dimension.
3 lines
189 B
Text
3 lines
189 B
Text
Combine multi-dimensional arrays. This is a generalization of cbind
|
|
and rbind. Takes a sequence of vectors, matrices, or arrays and
|
|
produces a single array of the same or higher dimension.
|