Skip to content
Prev 202164 / 398503 Next

command similar to colSums for rowSums?

Or maybe aperm() is faster:

  max(colSums(aperm(yourArray, c(2,1,3))))

  -Peter Ehlers
Peter Ehlers wrote: