@param x Input data stage At what stage chould the data be smoothed? "X","BG","Mean","corr", tbc l Length of the gaussian to smooth with, corresponds to the Level of smoothness measurements Vector with measurement numbers that should be smoothed. clear.outliers Boolean to indicate whether outliers should be cleared before smoothing.
1 2 3 4 5 6 7 8 | smooth.signal(
data,
stage = "mbc",
l = 6,
measurements = c(),
clear.outliers = FALSE,
gaussian = TRUE
)
|
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.