is.gts {simts} | R Documentation |
Is simts Object
Description
Is the object a
gts
, imu
, or lts
object?
Usage
is.gts(x)
is.imu(x)
is.lts(x)
is.ts.model(x)
Arguments
x |
A |
Details
Uses inherits
over is
for speed.
Value
A logical
value that indicates whether the object is of that class (TRUE) or not (FALSE).
Author(s)
James Balamuta
[Package simts version 0.2.2 Index]