File: mean.max.col.R

package info (click to toggle)
r-cran-blockmodeling 1.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 912 kB
  • sloc: ansic: 2,024; f90: 952; sh: 13; makefile: 5
file content (3 lines) | stat: -rw-r--r-- 62 bytes parent folder | download | duplicates (5)
1
2
3
"mean.max.col" <-
function(x,...)mean(apply(x,2,max,...))