View source: R/S3_aggregations.R
| var | R Documentation |
Equivalent to var(as.vector(X)) — treats all matrix elements as a
single sample and uses Bessel's correction (N-1).
var(x, y = NULL, na.rm = FALSE, use, ...)
## S3 method for class 'HDF5Matrix'
var(
x,
y = NULL,
na.rm = FALSE,
use,
paral = NULL,
wsize = NULL,
threads = NULL,
save_to = NULL,
overwrite = TRUE,
...
)
x |
An |
y |
Ignored. Present for compatibility with |
na.rm |
Ignored (included for generic compatibility). |
use |
Ignored. Present for compatibility with |
... |
For |
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. |
Scalar numeric or an HDF5Matrix when save_to is set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.