decodeValueFromBin | R Documentation |
Decode binary representation to value
decodeValueFromBin(binary, features)
binary |
<integer> Binary encoded value |
features |
<list> List of features to decode 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 decoded values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.