View source: R/S3_aggregations.R
| colMaxs | R Documentation |
Block-wise computation of column and row maximums.
colMaxs(x, ...)
## S3 method for class 'HDF5Matrix'
colMaxs(
x,
paral = NULL,
wsize = NULL,
threads = NULL,
save_to = NULL,
overwrite = TRUE,
...
)
rowMaxs(x, ...)
## S3 method for class 'HDF5Matrix'
rowMaxs(
x,
paral = NULL,
wsize = NULL,
threads = NULL,
save_to = NULL,
overwrite = TRUE,
...
)
x |
An |
... |
Ignored. |
paral |
Logical or NULL. Enable OpenMP parallelisation. |
wsize |
Integer or NULL. Block size for HDF5 reads (NULL = auto). |
threads |
Integer or NULL. Number of OpenMP threads (NULL = auto). |
save_to |
Where to save the result (see Details). NULL returns a
plain R vector; a character string |
overwrite |
Logical. Overwrite an existing dataset at |
A numeric vector (when save_to = NULL) or an
HDF5Matrix handle to the persisted result.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.