30c85d7f4a
Combine multidimensional 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. WWW: https://cran.r-project.org/web/packages/abind/
7 lines
328 B
Text
7 lines
328 B
Text
Combine multidimensional 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.
|
|
|
|
WWW: https://cran.r-project.org/web/packages/abind/
|