Learn R Programming

dtwclust (version 1.2.0)

zscore: Wrapper for z-normalization

Description

Wrapper for function scale that returns zeros instead of NaN.

Usage

zscore(x, ...)

Arguments

x
Data to normalize.
...
Further arguments to pass to scale.

Value

  • Normalized data.