gmatrix (version 0.3)

colMeans: Methods to Form Row and Column Sums and Means

Description

This documents the colMeans, rowMeans, colSums and rowSums methods for objects of class gmatrix. These functions form row and column sums and means for an object of class gmatrix. This is implement very similarly to the base package (see rowSums, but the na.rm and dims arguments are not implemented).

Arguments

Methods

signature(x = "ANY")
signature(x = "gmatrix")