Description Usage Arguments Details Value Author(s) See Also Examples
Returns order with regard to one or more ff vectors
1 2 3 4 5 6 7 8 9 10 11  | 
... | 
 one of more ff vectors which define the order  | 
index | 
 an optional ff integer vector used to store the order output  | 
use.index | 
 A boolean flag telling fforder whether to use the positions in 'index' as input. If you do this, it is your responsibility to assure legal positions - otherwise you risk a crash.  | 
aux | 
 An optional named list of ff vectors that can be used for temporary copying
– the names of the list identify the   | 
auxindex | 
 An optional ff intger vector for temporary storage of integer positions.  | 
has.na | 
 boolean scalar telling fforder whether the vector might contain   | 
na.last | 
 boolean scalar telling fforder whether to order   | 
decreasing | 
 boolean scalar telling fforder whether to order increasing or decreasing  | 
BATCHBYTES | 
 maximum number of RAM bytes fforder should try not to exceed  | 
VERBOSE | 
 cat some info about the ordering  | 
fforder tries to order the vector in-RAM, if not possible it uses (a yet simple) out-of-memory algorithm.
Like ramorder the in-RAM ordering method is choosen depending on context information.
An ff vector with the positions that ore required to sort the input as specified
– with an attribute na.count with as many values as columns in ...
Jens Oehlschl<c3><a4>gel
ramorder, ffsort, ffdforder, ffindexget
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.