powered by
madness
# S4 method for madness sum(x, ..., na.rm = FALSE)# S4 method for madness prod(x, ..., na.rm = FALSE)
# S4 method for madness prod(x, ..., na.rm = FALSE)
xv <- matrix(rnorm(5*5),ncol=5) xmad <- madness(xv) prod(xv) sum(xv)
Run the code above in your browser using DataLab