home *** CD-ROM | disk | FTP | other *** search
-
- _T_i_m_e _W_i_n_d_o_w_s
-
- window(x, start, end)
-
- _A_r_g_u_m_e_n_t_s:
-
- x : a time-series or other object.
-
- start : the start time of the period of interest.
-
- end : the end time of the period of interest.
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- window is a generic function which extracts the subset
- of the object x observed between the times start and
- end. Methods are available for time series and point-
- processes.
-
- _S_e_e _A_l_s_o:
-
- time, ts.
-
- _E_x_a_m_p_l_e_s:
-
- data(presidents)
- sixties <- window(presidents, 1960, c(1969,4))
-
-