rev {freqdom} | R Documentation |
Invert order of lags or grid parameters of a timedom
or freqdom
object, respectively
Description
For a given
freqdom
objectx
, the functionrev
reverts the order of the evaluation grid.
Usage
## S3 method for class 'freqdom'
rev(x)
Arguments
x |
an object of class |
Value
Returns object of same class as x
.
[Package freqdom version 2.0.5 Index]