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