powered by
Check if tframe and a time series are consistent with one another.
checktframeConsistent(tf, x) # S3 method for default checktframeConsistent(tf, x)
A tframe)
An object)
A logical scalar.
Check if the number of Tobs in the tframe corresponds to the number of observations in the time series.
is.tframe Tobs
is.tframe
Tobs
# NOT RUN { z <- ts(rnorm(100), start=c(1982,1), frequency=12) checktframeConsistent(tframe(z), rnorm(100)) # }
Run the code above in your browser using DataLab