colmin(x, cols = NULL, na.rm = FALSE)## S3 method for class 'big.matrix':
colmin(x, cols = NULL, na.rm = FALSE)
## S3 method for class 'big.matrix':
min(x, ..., na.rm = FALSE)
colmax(x, cols = NULL, na.rm = FALSE)
## S3 method for class 'big.matrix':
colmax(x, cols = NULL, na.rm = FALSE)
## S3 method for class 'big.matrix':
max(x, ..., na.rm = FALSE)
colprod(x, cols = NULL, na.rm = FALSE)
## S3 method for class 'big.matrix':
colprod(x, cols = NULL, na.rm = FALSE)
## S3 method for class 'big.matrix':
prod(x, ..., na.rm = FALSE)
colsum(x, cols = NULL, na.rm = FALSE)
## S3 method for class 'big.matrix':
colsum(x, cols = NULL, na.rm = FALSE)
## S3 method for class 'big.matrix':
sum(x, ..., na.rm = FALSE)
colrange(x, cols = NULL, na.rm = FALSE)
## S3 method for class 'big.matrix':
colrange(x, cols = NULL, na.rm = FALSE)
## S3 method for class 'big.matrix':
range(x, ..., na.rm = FALSE)
colmean(x, cols = NULL, na.rm = FALSE)
## S3 method for class 'big.matrix':
colmean(x, cols = NULL, na.rm = FALSE)
## S3 method for class 'big.matrix':
mean(x, ...)
colvar(x, cols = NULL, na.rm = FALSE)
## S3 method for class 'big.matrix':
colvar(x, cols = NULL, na.rm = FALSE)
colsd(x, cols = NULL, na.rm = FALSE)
## S3 method for class 'big.matrix':
colsd(x, cols = NULL, na.rm = FALSE)
colna(x, cols = NULL)
## S3 method for class 'big.matrix':
colna(x, cols = NULL)
## S3 method for class 'big.matrix':
summary(object)