Usage
rowSums(x, na.rm = FALSE, dims = 1, ...)
colSums(x, na.rm = FALSE, dims = 1, ...)
rowMeans(x, na.rm = FALSE, dims = 1, ...)
colMeans(x, na.rm = FALSE, dims = 1, ...)## S3 method for class 'simple_triplet_matrix':
rowSums(x, na.rm = FALSE, dims = 1, \dots)
## S3 method for class 'simple_triplet_matrix':
colSums(x, na.rm = FALSE, dims = 1, \dots)
## S3 method for class 'simple_triplet_matrix':
rowMeans(x, na.rm = FALSE, dims = 1, \dots)
## S3 method for class 'simple_triplet_matrix':
colMeans(x, na.rm = FALSE, dims = 1, \dots)