decodeBinFromValue | R Documentation |
Encode value to binary representation
decodeBinFromValue(values, features)
values |
<list> List of values to encode |
features |
<list> List of features to encode Feature description feature = list( datatype = <type of data> (discrete | integer | float) min = <min value>, max = <max value>, nlevels = <number of levels>, levels = <levels> (optional: discrete type specific) ) |
<list> of encoded values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.