Rdocumentation
powered by
Learn R Programming
tsSelect (version 0.1.8)
check_object: Check Object class
Description
Internal function that verifies the class of the object (should be time series)
Usage
check_object(x)
Arguments
x
A timeseries object
Value
stops if object not a ts class
Details
internal function for verifying that the object belongs to class "time series"