Description Usage Arguments Value Examples
sortRows
| 1 2 3 4 5 6 7 8 | 
| x | A numeric matrix or data.frame. | 
| z | Whether to scale rows for the purpose of calculating order (default FALSE). | 
| toporder | Optional verctor of categories (length=nrow(x)) on which to supra-order when sorting rows. | 
| na.rm | Wheter to remove missing values and invariant rows (default FALSE). | 
| method | Seriation method; 'MDS_angle' (default) or 'R2E' recommended. | 
| toporder.meth | Whether to perform higher-order sorting 'before' (default) or 'after' the lower-order sorting. | 
A reordered matrix or data.frame.
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.