scale_this: Scale column of data_frame without introducing a matrix. NB...

View source: R/scale_this.R

scale_thisR Documentation

Scale column of data_frame without introducing a matrix. NB unlike scale(), this doesnt have an option to control centring.

Description

see tidyExt vignette

Usage

scale_this(x)

Arguments

x

A vector

Value

A vector of values scaled relative to their mean

Examples

scale_this(iris$Sepal.Length)

bansell/tidyExt documentation built on July 12, 2024, 12:58 p.m.