Description Usage Arguments Value
Descales the values of data from (0,1) back to original format
1 2 | descaledata(x, minv = 1, maxv = 5, drange = maxv - minv + 1,
toint = TRUE)
|
toint |
if TRUE values are rounded to next integers. |
data |
data matrix where columns indicate row indices, column indices and values, respectively |
Data matrix with value (third column) scaled to (0,1) interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.