Smoothing_SavitzkyGolay: Smoothing_SavitzkyGolay.

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Computes the Savitzky-Golay smoothing of a vector x using a filter size of sgSize.

Usage

1
Smoothing_SavitzkyGolay(x, sgSize = 5L)

Arguments

x

the data vector to smooth.

sgSize

valid values are: 5, 7, 9, 11, 13, 15.

Value

the smoothed data vector.


prafols/rMSIproc documentation built on Dec. 12, 2021, 7:31 p.m.