Description Usage Arguments Value
This function brings chunks of data (of size chunkSize) from the
distributed array into RAM as matrix objects and calls apply of
the base package to obtain the summaries for the chunk. Results from all the
chunks are collected and returned.
1 2 3 |
X |
Either an |
MARGIN |
Use 1 to obtain row summaries or 2 to obtain column summaries. |
chunkSize |
The number of columns or rows that are processed at a time (see Details). |
Returns a matrix or a list with results from FUN.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.