.is_ts {fftab} | R Documentation |
Check if an Object is a Time Series
Description
Determines if an object has a .tsp
attribute.
Usage
.is_ts(x)
Arguments
x |
An R object. |
Value
TRUE
if the object has a .tsp
attribute, FALSE
otherwise.
[Package fftab version 0.1.0 Index]