@param x Input data @param stage At what stage chould the data be smoothed? "X","BG","Mean","corr", tbc @param l Length of the gaussian to smooth with, corresponds to the Level of smoothness @param measurements Vector with measurement numbers that should be smoothed. @param clear.outliers Boolean to indicate whether outliers should be cleared before smoothing.
1 2 3 4 5 6 7 | smooth.signal.SD(
data,
stage = "mbc",
l = 6,
measurements = c(),
clear.outliers = FALSE
)
|
1 2 | clear.outliers(x = data)
clear.outliers(x = data, a = 2, use.quartile = T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.