# S4 method for matrix
colSums(x, na.rm = FALSE, dims = 1L, drop = TRUE)colSums.AsIs(x, ...)
# S4 method for array
colSums(x, na.rm = FALSE, dims = 1L, drop = TRUE)
# S4 method for matrix
colMeans(x, na.rm = FALSE, dims = 1L, drop = TRUE)
colMeans.AsIs(x, ...)
# S4 method for array
colMeans(x, na.rm = FALSE, dims = 1L, drop = TRUE)
# S4 method for matrix
rowSums(x, na.rm = FALSE, dims = 1L, drop = TRUE)
rowSums.AsIs(x, ...)
# S4 method for array
rowSums(x, na.rm = FALSE, dims = 1L, drop = TRUE)
# S4 method for matrix
rowMeans(x, na.rm = FALSE, dims = 1L, drop = TRUE)
rowMeans.AsIs(x, ...)
# S4 method for array
rowMeans(x, na.rm = FALSE, dims = 1L, drop = TRUE)