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