Re: learning order without sorting
Posted by
David Webster on
Apr 06, 2011; 5:16pm
URL: http://imagej.273.s1.nabble.com/learning-order-without-sorting-tp3684521p3684524.html
Charles,
Have you looked at the macro function *Array.rankPositions(array) *in* *the
Macro Functions documentation?
David Webster
On Wed, Apr 6, 2011 at 8:37 AM, Anderson, Charles (DNR) <
[hidden email]> wrote:
> I would like to learn the rank order of values in an array without actually
> sorting it. In R,
> B = order(X)
> Would give me what I need. Is there something like that in ImageJ?
>
> Thanks.
>
> Charles
>