smooth.signal.SD: Smooth Curve

Description Usage Examples

View source: R/smoothieSD.R

Description

@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.

Usage

1
2
3
4
5
6
7
smooth.signal.SD(
  data,
  stage = "mbc",
  l = 6,
  measurements = c(),
  clear.outliers = FALSE
)

Examples

1
2
clear.outliers(x = data)
clear.outliers(x = data, a = 2, use.quartile = T)

juliusfoerstel/LaseR documentation built on May 24, 2020, 11:54 a.m.