madness objects.# S4 method for madness
colSums(x, na.rm = FALSE, dims = 1)# S4 method for madness
colMeans(x, na.rm = FALSE, dims = 1)
# S4 method for madness
rowSums(x, na.rm = FALSE, dims = 1)
# S4 method for madness
rowMeans(x, na.rm = FALSE, dims = 1)
madness object.NaN)
be omitted from the calculations?row*, the sum or mean is
over dimensions dims+1, …; for col* it is over
dimensions 1:dims.madness object. Note that the sums are flattened to a
column vector.