Calculates the mean for each row (column) of a matrix-like object.
Arguments
- x
An NxK matrix-like object, a numeric data frame, or an array-like object of two or more dimensions.
- na.rm
Always TRUE for
dbMatrixqueries. Included for compatibility with the generic.- dims
Always 1 for
dbMatrixqueries. Included for compatibility with the generic.- ...
Additional arguments passed to specific methods.