ddmatrix-summary | R Documentation |
Summarize a distributed matrix. Gives min, max, mean, etc. by column.
summary(object, ...)
## S4 method for signature 'ddmatrix'
summary(object)
object |
numeric distributed matrix |
... |
Additional arguments. |
The return is on process 0 only.
A table on processor 0, NULL
on all other processors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.