
Last chance! 50% off unlimited learning
Sale ends in
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
and return the
result thereof.na.rm
argument has
no weight here as NA/NaN/Inf are not meaningful (yet).smat <- diag.spam(rnorm(15))
range(smat)
Run the code above in your browser using DataLab