binds | R Documentation |
Row and column binds.
## S3 method for class 'ddmatrix'
rbind(..., ICTXT = .pbd_env$ICTXT, deparse.level = 1)
## S3 method for class 'ddmatrix'
cbind(..., ICTXT = .pbd_env$ICTXT, deparse.level = 1)
... |
vectors, matrices, or distributed matrices. |
ICTXT |
BLACS communicator number for return object. |
deparse.level |
integer controlling the construction of labels in the case of non-matrix-like arguments. Does nothing for distributed matrices. |
The ...
list of arguments can be vectors, matrices, or distributed
matrices so long as non-distributed objects are not used with distributed
objects. This kind of mixing-and-matching will lead to chaos. Currently no
check is performed to prevent the user from this mixing-and-matching for
performance reasons (it is slow enough already).
Returns a vector, matrix, or distributed matrix, depending on input.
an R object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.