smooth.signal: Smooth Curve

Description Usage Examples

View source: R/smoothie.R

Description

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

Usage

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

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.