NaArray-abind | R Documentation |
EXPERIMENTAL!!!
Like ordinary matrices and arrays in base R, NaMatrix objects
can be combined by rows or columns, with rbind()
or cbind()
,
and multidimensional NaArray objects can be bound along
any dimension with abind()
.
Note that arbind()
can also be used to combine the objects along
their first dimension, and acbind()
can be used to combine them
along their second dimension.
cbind
in base R.
abind
in the S4Arrays package.
NaArray objects.
Ordinary array objects in base R.
# COMING SOON...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.