Skip to content
Prev 202156 / 398503 Next

command similar to colSums for rowSums?

Does this

  max(apply(yourArray, 3, rowSums))

give you what you want?

  -Peter Ehlers
Will Carr wrote: