Skip to contents

Generic function for the (trimmed) arithmetic mean.

Usage

# S4 method for class 'dbDenseMatrix'
mean(x, ...)

# S4 method for class 'dbSparseMatrix'
mean(x, ...)

Arguments

x

dbMatrix object

...

further arguments passed to or from other methods.