Gets the range of values in each row (column) of a matrix
Gets the range of values in each row (column) of a matrix.
rowRanges(x, rows = NULL, cols = NULL, na.rm = FALSE, dim. = dim(x), ...) rowMins(x, rows = NULL, cols = NULL, na.rm = FALSE, dim. = dim(x), ...) rowMaxs(x, rows = NULL, cols = NULL, na.rm = FALSE, dim. = dim(x), ...) colRanges(x, rows = NULL, cols = NULL, na.rm = FALSE, dim. = dim(x), ...) colMins(x, rows = NULL, cols = NULL, na.rm = FALSE, dim. = dim(x), ...) colMaxs(x, rows = NULL, cols = NULL, na.rm = FALSE, dim. = dim(x), ...)
Henrik Bengtsson
rowOrderStats
() and pmin.int
().
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.