Description Usage Arguments Details Value See Also Examples
Computes optimal category orders for each dimension separately. Uses a TSP solver to achieve the best ME value.
1 2 3 |
x |
A matrix, table or array. |
dims |
Which dimensions to reorder. The dimensions are reordered independently. |
nstart |
The number of different starting points for the TSP solver. If |
solver |
Should be one of |
return.table |
Whether or not to return the optimized table. If |
adjust.dist |
If |
Each dimension is optimized separately via a TSP solver.
The passed object as a table with optimized category orders.
ME
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.