next up previous contents
Next: Summary of a time Up: Other data types for Previous: Operations on time series

The length of a time series

The length of the time series, i.e. the number of observation/time pairs, can be determined by using the length function. Thus if obj is an ldats object, its length is given by

length(obj).
For example,
\begin{Example}
\gt length(rat)
[1] 5\end{Example}


David Smith
4/2/1998