Learn R Programming

abind (version 1.4-8)

Combine Multidimensional Arrays

Description

Combine multidimensional arrays into a single array. This is a generalization of 'cbind' and 'rbind'. Works with vectors, matrices, and higher-dimensional arrays (aka tensors). Also provides functions 'adrop', 'asub', and 'afill' for manipulating, extracting and replacing data in arrays.

Copy Link

Version

Install

install.packages('abind')

Monthly Downloads

465,391

Version

1.4-8

License

MIT + file LICENSE

Maintainer

Last Published

September 12th, 2024

Functions in abind (1.4-8)

adrop

Drop dimensions of an array object
asub

Arbitrary subsetting of array-like objects at specified indices
abind

Combine multi-dimensional arrays
acorn

Return a corner of an array object (like head)
afill

Fill an array with subarrays