Learn R Programming

ddR (version 0.1.2)

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

Description

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

Usage

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

Arguments

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