in reply to Re: sorting columns and getting the largest ansd smallest values in each column
in thread sorting columns and getting the largest ansd smallest values in each column

note: pp is a bit funky as it prints to STDERR instead of STDOUT,

pp prints to STDERR if used in a void context. You can avoid that by using print pp ...;


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
  • Comment on Re^2: sorting columns and getting the largest ansd smallest values in each column
  • Download Code