Learn R Programming

ddR (version 0.1.2)

rowMeans,DObject-method: Gets the row means for a distributed array or data.frame.

Description

Gets the row means for a distributed array or data.frame.

Usage

"rowMeans"(x, na.rm = FALSE, dims = 1L)

Arguments

x
The object to get the row means from.
na.rm
If TRUE, will remove NAs.
dims
Currently does nothing.