Learn R Programming

fftab (version 0.1.0)

.is_ts: Check if an Object is a Time Series

Description

Determines if an object has a .tsp attribute.

Usage

.is_ts(x)

Value

TRUE if the object has a .tsp attribute, FALSE otherwise.

Arguments

x

An R object.