powered by
max(x, ..., na.rm = FALSE) min(x, ..., na.rm = FALSE) range(x, ..., na.rm = FALSE) prod(x, ..., na.rm = FALSE) sum(x, ..., na.rm = FALSE) any(x, ..., na.rm = FALSE ) all(x, ..., na.rm = FALSE)
x@entries
na.rm
smat <- diag.spam(rnorm(15)) range(smat)
Run the code above in your browser using DataLab