Computes the moving average about each time-series in a data.frame.

movingAverageDF(data)

Arguments

data

a data.frame of numeric time-series expression values.

Value

a data.frame containing the smoothed numeric moving average time-series expression values by row.

See also

movingAverage for parameter definitions