

   TTiimmee WWiinnddoowwss

        window(x, start, end)

   AArrgguummeenntts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Deessccrriippttiioonn::

        `window' is a generic function which extracts the sub-
        set of the object `x' observed between the times
        `start' and `end'.  Methods are available for time
        series and point-processes.

   SSeeee AAllssoo::

        `time', `ts'.

   EExxaammpplleess::

        data(presidents)
        sixties <- window(presidents, 1960, c(1969,4))

