Learn R Programming

simts (version 0.2.2)

is.gts: 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)

Value

A logical value that indicates whether the object is of that class (TRUE) or not (FALSE).

Arguments

x

A gts, imu, lts object.

Author

James Balamuta

Details

Uses inherits over is for speed.