isuniq: logical vector of the same length as x. For the reversion to work this should select at least all unique values of x.
need.sort: logical indicating if x is not yet sorted. Note that this argument exists only for speedup possibility when it is known, and that it must be set correctly.
Returns
list of two components, - ix: integer vector of indices
xU: vector of values from x
such that both x[isuniq] === xU and xU[ix] === x.
Author(s)
Martin Maechler
See Also
Duplicated from the sfsmisc package in addition to the standard unique and duplicated.