Description Usage Arguments Value
Map every column of the original discrete data to new data with discrete values in [0,1]
1 | discrete_mapping(data, maps)
|
data |
The original discrete data |
maps |
A list of the same length of ncol(data), each item is a vector containing the original image of the map. The vector should represent the ascending order of the discrete values in the original data, as the discrete values will be mapped to numbers in [0,1] in a ascending order. |
A new dataset. All values are in [0,1].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.