Learn R Programming

timeDate (version 4052.112)

window: Time windows

Description

Extract the subset of a "timeDate" object observed between two time stamps.

Usage

# S3 method for timeDate
window(x, start , end, ...)

Value

an object of class "timeDate"

Arguments

x

an object of class "timeDate".

start, end

starting date, required, and end date, optional. If supplied to must be after from.

...

arguments passed to other methods.

Examples

Run this code
## timeCalendar
# monthly dates in current year
tS = timeCalendar()
tS 
   
## window
# 2nd quarter window:
tS[4:6]
window(tS, tS[4], tS[6])

Run the code above in your browser using DataLab