is.gts | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.