R/rev.R

#' @export
rev.timedom = function(x){
  x$lags = rev(x$lags)
  x
}

#' @export
rev.freqdom = function(x){
  x$freq = rev(x$freq)
  x
}

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.