center: center

Description Usage Arguments Value Examples

Description

center returns a centered copy of vector values. To do this, it subtracts the mean of the vector from the value

Usage

1
center(x)

Arguments

x

a vector of numeric or integer values

Value

a vector of numeric values

Examples

1
2
a = 50:100
center(a)

avranilg/standardize documentation built on May 20, 2019, 1:13 p.m.