is.gts {simts} | R Documentation |
Is the object a
gts
, imu
, or lts
object?
is.gts(x)
is.imu(x)
is.lts(x)
is.ts.model(x)
x |
A |
Uses inherits
over is
for speed.
A logical
value that indicates whether the object is of that class (TRUE) or not (FALSE).
James Balamuta