matrixPaste {repmod} | R Documentation |
Auxiliary matrix paste function
Description
Internal function for report.table
Usage
matrixPaste(..., sep = rep(" ", length(list(...)) - 1))
Arguments
... |
Matrices to paste |
sep |
Separator for the paste function |
Value
Returns a matrix with the different matrices used as input pasted together
[Package repmod version 0.1.7 Index]