rtemis preproc
: Adjusts the dynamic range of a vector or matrix input.
By default normalizes to 0-1 range.
Examples
if (FALSE) { # \dontrun{
x <- runif(20, -10, 10)
x <- drange(x)
} # }
rtemis preproc
: Adjusts the dynamic range of a vector or matrix input.
By default normalizes to 0-1 range.
if (FALSE) { # \dontrun{
x <- runif(20, -10, 10)
x <- drange(x)
} # }