tests/test-rescale.R

library(ci4r)

result <- rescale(rnorm(50))
stopifnot(result >= 0,
          result <= 1)
jdblischak/ci4r documentation built on Oct. 15, 2019, 10:11 a.m.