| HDF5Matrix-scalar-aggregations | R Documentation |
Scalar aggregations over all elements of an HDF5 matrix, computed block-wise without loading the full data into RAM.
## S3 method for class 'HDF5Matrix'
mean(
x,
na.rm = FALSE,
paral = NULL,
wsize = NULL,
threads = NULL,
save_to = NULL,
overwrite = TRUE,
...
)
## S3 method for class 'HDF5Matrix'
Summary(..., na.rm = FALSE)
x |
An |
na.rm |
Ignored (included for generic compatibility). |
paral |
Logical or NULL. Enable OpenMP parallelisation. |
wsize |
Integer or NULL. Block size (NULL = auto). |
threads |
Integer or NULL. Number of threads (NULL = auto). |
save_to |
Optional persistence target (same format as
|
overwrite |
Logical. Overwrite existing dataset when saving. |
... |
For |
A scalar numeric (when save_to = NULL) or an
HDF5Matrix pointing to a 1×1 persisted dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.