Skip to contents

Computes row means lazily via d_reduce(); acts as a drop-in replacement for matrixStats::rowMeans2().

Usage

# S3 method for class 'delarr'
rowMeans2(x, ..., na.rm = FALSE)

Arguments

x

A delarr object.

...

Unused.

na.rm

Logical; remove missing values before averaging.

Value

A numeric vector of row means.