spectralSmoothAndDifferentiate: internal smoothing and differentiation function

View source: R/spectralPreprocessing.R

spectralSmoothAndDifferentiateR Documentation

internal smoothing and differentiation function

Description

internal smoothing and differentiation function

Usage

spectralSmoothAndDifferentiate(
  object,
  method = "sg",
  order = 3,
  window = order + 7 - order%%2,
  derivative = 0,
  dim = "spectralAxis"
)

spectralAnalysis documentation built on Jan. 11, 2023, 5:15 p.m.