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