Re: [R] Rank samples by breaks in hist and assign result as factor

2011-12-06 Thread David Winsemius
On Dec 6, 2011, at 7:25 PM, Frostygoat wrote: Hi R users, My goal is to rank my samples according to how they fall out in a histogram with 10 bins to produce a ranking for each sample according to where it falls on the histogram, with a "1" to represent one tail of the hist, a "10" to represen

[R] Rank samples by breaks in hist and assign result as factor

2011-12-06 Thread Frostygoat
Hi R users, My goal is to rank my samples according to how they fall out in a histogram with 10 bins to produce a ranking for each sample according to where it falls on the histogram, with a "1" to represent one tail of the hist, a "10" to represent the other tail, and a "5" for the median/mean. I