Learn R Programming

⚠️There's a newer version (1.4-8) of this package.Take me there.

abind (version 1.4-5)

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. Also provides functions 'adrop', 'asub', and 'afill' for manipulating, extracting and replacing data in arrays.

Copy Link

Version

Install

install.packages('abind')

Monthly Downloads

435,771

Version

1.4-5

License

LGPL (>= 2)

Maintainer

Tony Plate

Last Published

July 21st, 2016

Functions in abind (1.4-5)

acorn

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

Fill an array with subarrays
asub

Arbitrary subsetting of array-like objects at specified indices
adrop

Drop dimensions of an array object
abind

Combine multi-dimensional arrays