is_func: Is simts Object

is.gtsR 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 gts, imu, lts object.

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


SMAC-Group/simts documentation built on Sept. 4, 2023, 5:25 a.m.