| colMeans2.delarr | R Documentation |
Computes column means lazily via d_reduce(); acts as a drop-in replacement
for matrixStats::colMeans2().
## S3 method for class 'delarr'
colMeans2(x, ..., na.rm = FALSE)
x |
A |
... |
Unused. |
na.rm |
Logical; remove missing values before averaging. |
A numeric vector of column means.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.