Description Usage Arguments Value
Create correspondence table object
1 2 3 4 5 6 7 8 |
x |
either in long format (data.table/frame with three cols: source, target, value), or in wide format (matrix) with rownames (source) and colnames (target) |
source |
numeric: column of x where to find the source classification (only if x is data.table) |
target |
numeric: column of x where to find the target classification (only if x is data.table) |
value |
numeric: column of x where to find the value classification (only if x is data.table) |
source_name |
character: name of source classification (only if x is matrix) |
target_name |
character: name of target classification (only if x is matrix) |
an CT object (inherits from data.table and data.frame)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.