R/freqdom.lags.R

freqdom.lags = function(X){
  if (is.timedom(X))
    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 May 2, 2019, 5:55 p.m.