descaledata: Descales the values of data from (0,1) back to original...

Description Usage Arguments Value

Description

Descales the values of data from (0,1) back to original format

Usage

1
2
descaledata(x, minv = 1, maxv = 5, drange = maxv - minv + 1,
  toint = TRUE)

Arguments

toint

if TRUE values are rounded to next integers.

data

data matrix where columns indicate row indices, column indices and values, respectively

Value

Data matrix with value (third column) scaled to (0,1) interval.


edahelsinki/cyclesampler documentation built on June 9, 2019, 10:51 a.m.