mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
5 lines
269 B
Plaintext
5 lines
269 B
Plaintext
Combine multi-dimensional arrays into a single array. This is a
|
|
generalization of cbind and rbind. Works with vectors, matrices, and
|
|
higher-dimensional arrays. Also provides functions adrop, asub, and
|
|
afill for manipulating, extracting and replacing data in arrays.
|