R/freqdom.lags.R

Defines functions freqdom.lags

freqdom.lags = function(X){
  if (is.null(X$freq))
    lags = X$lags
  else
    lags = X$freq
  lags
}

Try the freqdom package in your browser

Any scripts or data that you put into this service are public.

freqdom documentation built on Oct. 4, 2022, 5:05 p.m.