Description Usage Arguments Value Examples
Find a mapping of columns from cols into refcols that most preserves similarity.
| 1 | mapcols(cols, refcols)
 | 
| cols | matrix | 
| refcols | matrix nrow(cols)==nrow(refcol), ncol(cols)>=ncol(refcols) | 
mapping perm of cols to refcols s.t. cols[,perm[j]] ~ refcols[,j] j in seq_len(refcols)
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.