Generic functions to scale (center and/or normalize by standard deviation) each series of a 4D image That is, if the 4th dimension is 'time' each series is a 1D time series.
Source:R/all_generic.R
, R/common.R
scale_series-methods.Rd
Generic functions to scale (center and/or normalize by standard deviation) each series of a 4D image That is, if the 4th dimension is 'time' each series is a 1D time series.
Usage
scale_series(x, center, scale)
# S4 method for NeuroVec,logical,missing
scale_series(x, center, scale)
# S4 method for NeuroVec,logical,logical
scale_series(x, center, scale)
# S4 method for NeuroVec,missing,logical
scale_series(x, center, scale)
# S4 method for NeuroVec,missing,missing
scale_series(x, center, scale)