Learn R Programming

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

abind (version 1.3-0)

Combine multi-dimensional arrays

Description

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.

Copy Link

Version

Install

install.packages('abind')

Monthly Downloads

1,271,669

Version

1.3-0

License

LGPL (>= 2)

Maintainer

Tony Plate

Last Published

February 27th, 2011

Functions in abind (1.3-0)

abind

Combine multi-dimensional arrays
afill

Fill an array with subarrays
adrop

Drop dimensions of an array object
asub

Arbitrary subsetting of array-like objects at specified indices