Description Usage Arguments Details See Also
View source: R/array_transform.R
bindArrays
is just a wrapper around abind
.
1 2 3 4 5 6 7 8 9 10 11 12 |
... |
Any number of vectors, matrices, arrays, or data frames. If the
objects have named dimension names, their dimensions are permuted before
feeding to |
along |
(optional) The dimension along which to bind the arrays.
The default is the last dimension, i.e., the maximum length of the dim
attribute of the supplied arrays. |
rev.along |
(optional)
Alternate way to specify the dimension along which to bind the arrays:
|
new.names |
(optional)
If new.names is a list, it is the first choice for the
dimnames attribute of the result. It should have the same
structure as a dimnames attribute. If the names for a
particular dimension are If |
force.array |
(optional) If |
make.names |
(optional)
If <p>The default is |
use.anon.names |
(optional)
|
use.first.dimnames |
(optional)
When dimension names are present on more than one
argument, should dimension names for the result be take from
the first available (the default is to take them from the
last available, which is the same behavior as
|
hier.names |
(optional)
If |
along_name |
a character version of |
This function calls abind
and adds
the names of the dimension names of the arrays. If the inputs have named
dimension names, their dimensions are permuted before feeding to abind
.
bindArrays
has the same arguments as abind
except for
along_name
, as documented below.
abind
for the original version in package
abind; mergeArrays
if you have a list of arrays created
by splitArray
or you want to bind on multiple dimensions;
rearrangeList
if you want to bind arrays in two-level lists
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.