norm_rescale: linear rescaling function

Description Usage Arguments Value

View source: R/utils-data-transformations.R

Description

rescale the input vector to mean = 0, variance = 1

Usage

1
norm_rescale(x, na.rm = TRUE)

Arguments

x

A numeric vector.

na.rm

A logical (default = TRUE) that affects how NAs are dealt with

Value

A rescaled vector the same length as x


ha0ye/portalDS documentation built on March 28, 2020, 1:21 p.m.