Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 5 of 5 found.
[1] < 1 > [1]  Sort:

afill (Package: abind) : Fill an array with subarrays

Fill an array with subarrays. afill uses the dimension names in the value in determining how to fill the LHS, unlike standard array assignment, which ignores dimension names in the value. afill() is a S3 generic, with one method, afill.default, supplied in the abind package.
● Data Source: CranContrib
● Keywords: array, manip
● Alias: afill, afill<-, afill<-.default
● 0 images

asub (Package: abind) : Arbitrary subsetting of array-like objects at specified indices

Subset array-like objects at specified indices. asub() is a S3 generic, with one method, asub.default, supplied in the abind package.
● Data Source: CranContrib
● Keywords: array, manip
● Alias: asub, asub.default
● 0 images

adrop (Package: abind) : Drop dimensions of an array object

Drop degenerate dimensions of an array object. Offers less automaticity and more control than the base drop() function. adrop() is a S3 generic, with one method, adrop.default, supplied in the abind package.
● Data Source: CranContrib
● Keywords: array, manip
● Alias: adrop, adrop.default
● 0 images

abind (Package: abind) : Combine multi-dimensional arrays

Combine multi-dimensional arrays. This is a generalization of cbind and rbind. Takes a sequence of vectors, matrices, or arrays and produces a single array of the same or higher dimension.
● Data Source: CranContrib
● Keywords: array, manip
● Alias: abind
● 0 images

acorn (Package: abind) : Return a corner of an array object (like head)

Return a small corner of an array object, like head() or tail() but taking only a few slices on each dimension.
● Data Source: CranContrib
● Keywords: array, manip
● Alias: acorn, acorn.default, ahead
● 0 images