mean | R Documentation |
Compute arithmetic mean.
## S4 method for signature 'fm' mean(x, ...) ## S4 method for signature 'fmV' mean(x, ...)
x |
A FlashR vector or matrix. |
... |
further arguments passed to or from other methods. |
mat <- fm.runif.matrix(100, 10) mean(mat)